Hello,
I have a formula that pulls out the max date(the last date) from two columns, however the formula does not work unless both columns have an entry. I still need the formula to work if one of the columns has a date. What can I add to make this work?
I appreciate any help you can provide.
Current formula:
fromTimestamp(max(timestamp(prop("Column A")), timestamp(prop("Column B"))))