Forum Discussion
LogMill1
3 years agoFrequent Visitor
Join Two Date Columns on Null Value
I have two data columns within the same table that I am attempting to join. When there is a date in the first column, the second column is null and vice versa. Is there a way to join the columns tog...
- 3 years ago
In a custom column put following
[Date1]??[Date2]
Vijay_A_Verma
3 years agoMost Valuable Professional
In a custom column put following
[Date1]??[Date2]