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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
baarathi
Creator III
Creator III

Filters not working

I have a NPrinting Excel Report Template, I have applied filter on fields Company Name and MonthYear filters.

Field1: Company - Asant

Field2: MonthYear - 2018-Dec

The Company filter works fine. But the MonthYear filter does not seem to get applied?

Labels (3)
1 Solution

Accepted Solutions
pradosh_thakur
Master II
Master II

try below

1: add Dec 2018 as a string and check if you are getting the output

2: add date#('Dec 2018','MMM YYYYY')   as the evaluate option.

 

Let us know if any of above works

Learning never stops.

View solution in original post

6 Replies
pradosh_thakur
Master II
Master II

Is your month year date or string? you might need to use the evaluate option to make it work. How does your MonthYear looks like?

Learning never stops.
baarathi
Creator III
Creator III
Author

@pradosh_thakur  Hi Pradosh,

My MonthYear Field has values in this format 'Dec 2018'

pradosh_thakur
Master II
Master II

try below

1: add Dec 2018 as a string and check if you are getting the output

2: add date#('Dec 2018','MMM YYYYY')   as the evaluate option.

 

Let us know if any of above works

Learning never stops.
Frank_S
Support
Support

If  your month year  field is actually a 'dual' then you need to use 'numeric value is' rather than 'value is' when creating/configuring the filter in NPrinting. It could be that the data is numeric even if it appears as alphanumeric.

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
baarathi
Creator III
Creator III
Author

@Frank_S Thank You. 

baarathi
Creator III
Creator III
Author

thank you