Search code examples
navisiondynamics-nav

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


Solution

  • You can use the NOT keyword in place of !.