I want to filter out employees who have a termination date in the $termDate$ field.
I attempted using this formula but suspect that I can’t compare a date field and a string:
if {$termDate$==“Unknown”}
return 1;
else
return 0;
Is there a version of this that would work? Or does it require that the formula be built into a data cube?
Thanks!