Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
gopipnr
Contributor II
Contributor II

Date Filter Not Working In N Printing Report

I am trying to filter the date, but I am unable to do it. The same logic is working in the other report. Any suggestions are appreciated. thanks in Advance

 

 

Labels (1)
3 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

I suggest you to create a copy of the same date column & convert it into the number format & then use the filter it will work

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @gopipnr 

i on the other hand suggest to learn and educate yourself about data types in Qlik Sense and how they affect Nprinting filters. 
I have described all issues in below topics:

you dont need to create new columns but you need to understand  your data, be in control of its type and then apply suitable filter.

Lastly search community for similar topics instead of creating and repeating the same topic over again-here is example from last week: https://community.qlik.com/t5/Qlik-NPrinting/Filter-specific-date-dd-mm-rrrr-eg-22-10-2023/td-p/2130...

 

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
gopipnr
Contributor II
Contributor II
Author

Thanks @ajaykakkar93 , But I have figured it out I have used

[Received_Date]>=date('10/01/2023') and [Received_Date]<=date('10/25/2023')

expression to solve the issues.