This question is locked. New answers and comments are not allowed.
The IF function does not appear to support fields as the ifTrue or ifFalse parameters.
For example using constants like this works -
IF(Discontinued,0,1)
but using a field like this doesn't -
IF(Discontinued,0,UnitPrice)
Why is this? The IF function is quite limited if we can only use constants.
Can you explain or offer a solution?
Thanks
Brian
For example using constants like this works -
IF(Discontinued,0,1)
but using a field like this doesn't -
IF(Discontinued,0,UnitPrice)
Why is this? The IF function is quite limited if we can only use constants.
Can you explain or offer a solution?
Thanks
Brian