Forum Discussion
Anonymous
4 years agoNot applicable
Date Comparison
Hello, I am wondering if someone can assist me with how to write the following statement that will be added to a Date Slicer. IF Date_Closed Is >= Expected Dated_Closed, use Expected Date_Clo...
- Anonymous4 years ago
I was able to resolved as such:
amitchandak
Super User
4 years agoAnonymous , a new column
if([Status] = "Won", if([Date_Closed] > [Expected Dated_Closed] ,[Expected Dated_Closed] ,[Date_Closed]), blank())