I'm trying to add a new calculated column in Spotfire using an expression, where if a date is greater than a specified date, then the expression should return true. However, how do you tell the Custom Expression builder that you want to do this?
The syntax should be something like if ([datea] > 1-1-2014, 1, 0)
, but I am struggling what to delimit the date in the expression: I've tried double quotes, single squares, hashes (#) but with no luck.
Any thoughts?