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

Peter_Westin
Participant III

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 323
5 REPLIES 5

Define a slice that filters the records appropriately.

Then use a view over that slice.

Peter_Westin
Participant III

@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]))

Peter_Westin
Participant III

@Aleksi_Alkio Super thanks! Translate

Youโ€™re welcome

Top Labels in this Space