Hi All,
I get 3 Dates from a modul. I have to compare with date from Today in the Modul, not in the filter.
If one of the Dates > Today I have to write X in the field.
If one of the Dates < Today I have to write Y in the Field.
I used this one:
{{if(formatDate(8.customFields.18
; “DD.MM.YYYY”) | formatDate(8.customFields.40
; “DD.MM.YYYY”) | formatDate(8.customFields.46
; “DD.MM.YYYY”) >= formatDate(now; “DD.MM.YYYY”); “X”; “Y”)}}
But it does not work and I dont find out why. Can anyone help on this?
BG,