Forum Discussion
gaikwadaa123
5 years agoHelper II
Adding days
Hello my data looks like below: I have calculated the Date Window column by using date diff function between Date and today column. It is basically the number of days between two dates. I wa...
- 5 years ago
If you divide datewindow by 7, use the round up function then use convert function to turn it into a string then append "day + " to the front you will get what you want.
rfigtree
5 years agoResolver III
If you divide datewindow by 7, use the round up function then use convert function to turn it into a string then append "day + " to the front you will get what you want.