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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do you create a filter to compute current month?

In Nprint, how do you write a filter to pull in just the current month?

I've tried value of month(now()) but does not compute.

2 Replies
Nicole-Smith
MVP
MVP

Is your month field an integer?  If so, month(now()) is returning a string ("Feb"), but num(month(now())) will return an integer.  You would set up the NPrinting filter like this:

Capture.PNG

Not applicable
Author

Thank you, this works! I just have to modify the formula to adjust to our fiscal calendar now.

Should have posted here sooner!