Forum Discussion
gaikwadaa123
Helper II
5 years agoAdding 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
Resolver III
5 years agoIf 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.