Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

All weekdays in chart dimension regardless of date selection

Hi,

I have a qlikview file with a normal calender and I am plotting an expression on each weekday. What I want to do is show the lastest whole week or the whole week that a date is selected from. At any point the chart should display all the weekdays even if a single date is selected. How do I generate calculated dimension such that it always display whole week in chart? (ignore the chart data for now it's there just to test)

Thanks,

Maulik

1 Reply
johnw
Champion III
Champion III

One way is a separate table of your day names, with an IF to match up to the real day names. That would normally be inefficient for large data sets, but since set analysis is limiting us to a week before applying the IF, I doubt it'll cause any performance problems. You'll still have the issue where selecting the day name in the chart won't really select the day name. You could fix that with actions or macros, but it may not be worth the trouble.