Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago
    So, that should be something like:

    Column = IF([Date] < (TODAY() - 5),FALSE(),TRUE())