Hello!
I'm running into an error message in the expression editor when running this IIF statement:
IIF(conditionA=1,UpdateDate,
IIF(conditionB=1 OR conditionC=1,null))
All three conditions are small int variable ports. This IIF statement is contained in a variable part that is string precision 19. The error message looks like this:
<<PM Parse Error>>[IIF]: function cannot resolve operands of ambiguously mismatching types:
According to the editor, the problem stems from the nested IIF statement but I can't seem to resolve it. I'm hoping someone has seen a similar problem or has an idea.
Thanks!
I'm running into an error message in the expression editor when running this IIF statement:
IIF(conditionA=1,UpdateDate,
IIF(conditionB=1 OR conditionC=1,null))
All three conditions are small int variable ports. This IIF statement is contained in a variable part that is string precision 19. The error message looks like this:
<<PM Parse Error>>[IIF]: function cannot resolve operands of ambiguously mismatching types:
According to the editor, the problem stems from the nested IIF statement but I can't seem to resolve it. I'm hoping someone has seen a similar problem or has an idea.
Thanks!