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: 
raadwiptec
Creator II
Creator II

filter

I need single filter for having previous and current month data. Iam able to use the below filter on QV  but it does not work in nprinting filter.

='>=' & Date(MonthStart(Today(), -1)) & '<=' & Date(MonthEnd(Today()))

1 Reply
mohamed_ahid
Partner - Specialist
Partner - Specialist

try this :

='>=' & Date(MonthStart(addmonths(Today(), -1))) & '<=' & Date(MonthEnd(Today()))