79480999

Date: 2025-03-03 12:44:25
Score: 2
Natty:
Report link

You could do something like this, you should be able to map it to a boolean attribute then.

IIF("(IsNull([IsSoftDeleted]) || CBool([IsSoftDeleted]) = False) && CBool([accountEnabled]) = True", True, False)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: jdxe