Hey @Rich Howard,I noticed today that the parser will error out if I use IIF(X > 0, Y, Z), but accepts IIF(X <= 0, Z, Y). Any idea what's going on there?