hi,
can anyone help me with this formula?
test field = IF [c_Action_Date] <= "2021-11-13" then [202110] Or [202111] or [202201] or [202202]
I am trying to do the above logic.
But Or doesnt really work here.
this is a record with action ddate < 2021-11-13.

so my test field is showing "0" for this formula I have. But I want it to show "Y" if one of the 4 fields have a "Y"
How can I do this?