Calculations based on formula results rather than direct custom fields values
-
Greetings.
I wonder if it is possible to create the following scenario:
Variables to use:
– A
– X
– Y
– Z
Constants to use:
– d
Formulas to use:
– First
– Second
– Third- If the result of the operation
(X*Y*Z)/d
is greater thanA
then First formula applies. - If
A
is greater than the result of the operation(X*Y*Z)/d
then Second formula applies. - If
A
is equal to the result of the operation(X*Y*Z)/d
then Third formula applies.
For what I’ve understood this is possible, but I’ve found examples using only direct custom field values to trigger a formula usage.
- I’d like some guidance about it and know if this is actually possible or not.
- Also I’d like to know if this is not possibe in the community version and is only possible in the proprietary version
- I’d like to know if this example I use is not possible at all
- And Finally I’d like to know about grouping operators such as parenthesis
()
and scope operators such as braces{}
, and its use within the formulas
Thank you very much.
- If the result of the operation
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Calculations based on formula results rather than direct custom fields values’ is closed to new replies.