Null value testing in SmartProperties

Hello
This is not documented in the SmartProperties help.
What is the method for performing a null test on a numeric variable in a conditional property?
Ex:
IIF($MaPropriete 1<>Nothing|$MaPropriete 1|$MaPropriete 2)

Thank you in advance

Hello 

try this IIF($MaPropriete 1<>|$MaPropriete 1|$MaPropriete 2)

++

2 Likes

Thank you. :-)

Have a good end of the day