Actually we have a module that includes a column with dates, and we want that Anaplan identifies if a date from the column has passed or not yet.
For that we have created a line item, and we would like the logic behind the formula to be something like this:
IF the date (from the column) is prior to the date (current day) THEN 1 ELSE 0.
Is there a way that Anaplan recognizes the current date? As a date or as a boolean, doesn't matter.