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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
SteveW2
Contributor
Contributor

Date filters

Hi,

I'm am trying to create a filter that returns transactions with a date range greater than the 01/04/2023. The below works in QlikSense but doesn't work in NPrinting for some reason, please can you advise what I am doing wrong?

 

SteveW2_0-1685650367586.png

Thnaks,

Steve

 

Labels (1)
2 Solutions

Accepted Solutions
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @SteveW2 

covering the basics :

You may as well try and write your expression by omitting [jobbookeddate] in search expressions : 

  • >=AddMonths(YearStart(Today()),-3)

 

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.

View solution in original post

SteveW2
Contributor
Contributor
Author

Thanks for your help Lech, all very useful information!

View solution in original post

2 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @SteveW2 

covering the basics :

You may as well try and write your expression by omitting [jobbookeddate] in search expressions : 

  • >=AddMonths(YearStart(Today()),-3)

 

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.
SteveW2
Contributor
Contributor
Author

Thanks for your help Lech, all very useful information!