Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MikeJones
Creator
Creator

Show last week's data

Hi all, I wish a table to show Monday to Friday data for the previous week.

For example should I look at the table on 19th March, the dates showing will be cover Monday 11th March through to Friday 15th March.

When I look at this table say on Wednesday 27th March, the dates showing in the table will run from Monday 18th March to Friday 22nd March.

I have been around in many circles trying to use WeekStart, but alas I get nowhere.

I don't have the ability up load a qvf file.

Labels (3)
1 Solution

Accepted Solutions
MikeJones
Creator
Creator
Author

Thanks for your assistance.

View solution in original post

2 Replies
Clement15
Partner - Specialist
Partner - Specialist

Hello, could this work?

{<Date={">=$(=Date(WeekStart(today())-7)) <=$(=Date(Weekend(today())-7))"}>}

MikeJones
Creator
Creator
Author

Thanks for your assistance.