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: 
Not applicable

Dynamic filter in Nprinting

Hello All,

I need to create a filter for 4 weeks for a specific table.

I used the below in Qlikview load script to create the week:

WEEK(subfield([CallUniversalTime], ' ' ,1)) as Semaine,

In Nprinting here is how I created the filter:

Capture12.PNG

But unfortunately Nprinting is not creating the other values:

Capture13.PNG

Any idea?

Many Thanks,

Hasvine

1 Solution

Accepted Solutions
Daniel_Jenkins
Specialist III
Specialist III

Hi Hasvine,

That's because you are reducing the day by 0, 1, 2 & 3 and all are probably still falling in the same week. Move the - n outside the brackets to reduce week by n:

HTH - Daniel

View solution in original post

3 Replies
Daniel_Jenkins
Specialist III
Specialist III

Hi Hasvine,

That's because you are reducing the day by 0, 1, 2 & 3 and all are probably still falling in the same week. Move the - n outside the brackets to reduce week by n:

HTH - Daniel

Not applicable
Author

Thanks for your answer.

It works 😄

avinashelite
MVP
MVP

if you have got the answer, mark the correct and helpful answers