How to use inline if
Content
I can't find any documentation on inline if. I want to use an inline if in a computed value statement that basically does a summation of A, B, and C if N == 5, or else does a summation of A, B, C, D. I cannot find any documentation on inline if. I see it takes 3 parameters but I dont know what they mean. I assumed param 1 == param2, then execute param 3. But that doesnt' seem to work. Do I need to use NOT as param 3? Please help!
3