Hello,
We're experiencing an odd issue with computed expressions, specifically the following.
Why does this expression equate to 1:
IF(NOT (1=1) AND (1 = 2), 1, 0)
While this expression correctly equates to 0:
IF( (1 = 2) AND NOT (1=1), 1, 0)
If anyone can shed some light, that would be greatly appreciated.
PowerBuilder 2019 R2 Build 2328
I've attached an exported datawindow that demonstrates this odd behaviour.
Regards,
Greg