This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating a formula using user data extension

Hello, 

i am creating a custom user data extension and adding it as an available field in the flextable / property box. 

E.g.

If (Flow Max (Qmax) / Flow Capacity (Qcap)) => 0.7 (70%), then backup = true 

OR

I have this output value of Capacity (Flow/Design) but i also would like to have some custom formula which can be exported as T/F. If Flow/Design is more/less/equal to X%, then Y = True/False 

Capacity (Flow/Design) The ratio of the flow in the conduit to the Capacity (Calculated Design). This is a calculated results field and is not editable.

If someone can show me how to correctly type the iff formula. Thank you.