Default Avatar

DavidPressman

DavidPressman

About

Username
DavidPressman
Joined
Visits
5
Last Active
Roles
Members

Comments

  • Amazed years later this still has not been fixed! The suggested workaround could be simplified to: bool MyIsNull(object n)    {      return n == null;    } If the C# script version were updated to newer, it could even just be: bool MyIsNull(object n…
  • Finally got it. Although I could see no visible difference, the column needed to be dragged into the IIf template using the expression editor, rather than just trying to type the same text in. Odd. This did work, even though I'm pretty sure I had ea…