Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing specific dates in labels

Hello,

I have a requirement to show previous 4 weeks of data and applicable week ending dates as labels.

So in the script, I have Current Week = 1 gives Week End= 15/09/13, Prior Week = 1 gives Week End = 08/09/13 and so on and obviously this will change through the calendar week

I wish to display the relevant date in the label of each table as the weeks go on.

Any ideas?

Thanks.

3 Replies
Not applicable
Author

Could you be a little more specific? E.g. an example of what the table should look like given certain selections.

sujeetsingh
Master III
Master III

Why dont you give a Sample .

Not applicable
Author

So I have a table that shows data based on set analysis.

And in the set analysis expressions, the date criteria is PriorWeek = , giving the value of 15/09/2013)

In my Calendar script, I have the following if that helps

inweek(PK_CALENDAR,'$(vToday)',0,0)*-1 as _CurrentWeek, ( gives WeekEnd date of 15/09/2013

inweek(PK_CALENDAR,'$(vToday)',-1,0)*-1 as _PriorWeek, ( gives 08/09/2013

inweek(PK_CALENDAR,'$(vToday)',-2,0)*-1 as _PriorPriorWeek  (gives 01/09/2013)

It’s the WeekEnd date I want to appear in the label expression?