Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

inverse boolean Navision

Is there a more easy way to inverse a boolean instead of using a IF ELSE construction?
Normally I would use the ! infront of a boolean value. But that doesn't do the trick in Navision

like image 983
Martiveen Avatar asked Nov 17 '25 14:11

Martiveen


1 Answers

You can use the NOT keyword in place of !.

like image 192
Alex Peck Avatar answered Nov 19 '25 09:11

Alex Peck