I tried to make a property using calculation with multiple condition and it appears something is wrong. For example : if( [properties.X]== "String 1" and [properties.Y]== "Enumerated" , "String True","False") and after filling test fields with expected true condition it returns false. I'm confused becouse when I apply only one condition in formula the result is true. So it looks like the calculation works only for one condition.
Feb 22, 20242:37 AM - edited Feb 22, 20242:38 AM
Member
Property calculation multiple condition
SOLVE
Hi thank You for reply
I track down the problem, it Was the difference between Label and Internal Value. Usualy we keep both values same but someone decided to rename Label. I feel dumb -.-
Hey @Sesco thank you for posting in our Community!
I would recommend breaking down the calculation into smaller parts or using logging/debugging techniques to isolate the problem. This can involve testing each condition separately or logging intermediate values to understand the flow of the calculation better.
Feb 22, 20242:37 AM - edited Feb 22, 20242:38 AM
Member
Property calculation multiple condition
SOLVE
Hi thank You for reply
I track down the problem, it Was the difference between Label and Internal Value. Usualy we keep both values same but someone decided to rename Label. I feel dumb -.-