Loading...

We're setting up your new app...

Template

Slice by Date

Show data from today, yesterday, this week, etc.

Industry: n/a
This app shows how to create views of your data that only show rows from the current day, yesterday, and this week.
Loading...

How we built this app

We used slices to do this. We created slices with the following row filter conditions: Today: [Date] = TODAY() Yesterday: [Date] = TODAY() - 1 This Week: WEEKNUM([Date]) = WEEKNUM(TODAY())
This is a preview of the data sets used in the app.

Data

This is a high-level model of both the data entities and the UI elements in the app.
Loading...
Start for free