Forum Discussion
Anonymous
6 years agoNot applicable
Add to a table previous days values
Hallo, How would it possible to creat such a table with an automatic shift of the days depening on the filter chose. The filter is only for one date, then the table has to show the day and four...
- 6 years agoSo, that should be something like:
Column = IF([Date] < (TODAY() - 5),FALSE(),TRUE())
amitchandak
6 years agoSuper User
Is this final data format. Can you please explain with an example.
- Anonymous6 years agoNot applicable
I need to creat a column simmilar to the one in the picture to have a true or false values. If the date was in the last 5 days then True if not then False.