I am trying to develop my syntax to have two formulas in one field and based on a previous question, either or would be used to carry out the calculation.
For example:
1. Type of Meter
2. kw calculation
I have these two formulas that I would want to use depending on response on #1.
round((3.6*21.6)div${seconds1},1) applicable only if Without CT was selected
round((3.6*1.8*${factor})div${seconds1},1) applicable only if With CT was selected
How can I setup these two formulas in one field and based on type of meter selected previously that it would proceed to calculate.