Forum Discussion
ChayceDuncan
2 years agoQrew Captain
Do you have a clean way to add 1.1 conditionally through another field/IF logic? The syntax is pretty easy - something like:
[Other Savings Field 2.1]+[Other Savings Field 2.2]+[Other Savings Field 2.3] +
If( condition goes here, [Other Savings Field 1.1], 0)
So lets say you had a checkbox to 'Include 1.1' - then you would have it like:
[Other Savings Field 2.1]+[Other Savings Field 2.2]+[Other Savings Field 2.3] +
If( [Include 1.1], [Other Savings Field 1.1], 0)
In the above it will return 0 if you don't want to include it.
------------------------------
Chayce Duncan
------------------------------