I have created an app, and I have a view that...

I have created an app, and I have a view that I like to show only records within the current week.

how to do that?

peter

0 5 324
5 REPLIES 5

Define a slice that filters the records appropriately.

Then use a view over that slice.

@praveen Hi, I am a newbie on this, so that is just my problem - I do not now how to create a filter that show only records within the current week.

Expression like the above will filter the slice correctly… AND(WEEKNUM(TODAY())=WEEKNUM([Date]),YEAR(TODAY())=YEAR([Date]))

@Aleksi_Alkio Super thanks! Translate

You’re welcome

Top Labels in this Space