Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
razvan_brais
Creator III
Creator III

Display previous 7 days from today()

Hy guys.

I would like to show in a table last 7 days calculated from today.

So , my table I would like to look something like this:

WednesdayThursdayFridaySaturdaySundayMondayTuesday(today)
21/09/201622/09/201623/09/201624/09/201625/09/201626/09/201627/09/2016

And I would like to have the option to select them to filter after the date I selected.

How can I do this?

Thank you.

12 Replies
miguelbraga
Partner - Specialist III
Partner - Specialist III

Hey there,

Check out this document from community:

Selecting Arbitrary Date Ranges

Best regards,

D.A. MB

Anonymous
Not applicable

Could you post an screenshot of this error plz?

razvan_brais
Creator III
Creator III
Author

I solved my problem by writing this expression:

if(((DATE>GetFieldSelections(DATE)-7) & (DATE> GetFieldSelections(DATE))),WeekDay(DATE) & '  ' & DATE)