Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem with if statement in table column. So I have two condition(1) the calculation including specific brand (2)without those brands. Those two conditions are perfectly work seperately without if statement.
With following codes, it gives me 0 for all columns value. Did I use if statement incorrectly? MTSelection is just to identify the different selection and it is in separate table.
Appreciate for help. Thank you.
Change If(MTSelection = 'Exclude' to If(GetFieldSelections (MTSelection) = 'Exclude'
Change If(MTSelection = 'Exclude' to If(GetFieldSelections (MTSelection) = 'Exclude'
Hi,
Thank you for the answer. I have found the problem. The problem is in other area. But thanks a lot for the answer. Really appreciate it. Can I know the difference between simple if and if getfieldselection?
I use the GetFieldSelections() function to force a string to string comparison.