Date criterium (custom action)

Hi,

a very simple question : how do I set the condition in a custom action to compare my [CUSTOM_DATE]-field to a fixed date? Somethink like if [CUSTOM_DATA] is on or after 01/05/2022 ? (dd/mm/yyyy)

(comparing to “today” is ease, but I can’t enter a fixed date)

Wim

Your best bet would be to have a second column with your fixed date, whether you populate that fixed date in each row, or you use a single value column to grab that fixed date from the first row or another table and populate it across all rows, or you place the fixed date in the user profile. Then you can set up your compare to compare the two date columns.

3 Likes

OK, thanks for the suggestion!

1 Like