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: 
hitha1512
Creator
Creator

Applying filter in Nprinting

Hi Team,

I need to generate report for previous month data using NPrinting. Tried applying various filter to get previous months data, but failed. 

Since i am new to Nprinting, any help would be appreciated.

Labels (2)
1 Solution

Accepted Solutions
Frank_S
Support
Support

You need a dimension in your data model for month.

For example, dimension: 'Month'

  • Create and NPrinting filter using 'Month' dimension
  • Use the following formula Month(now()) - 1
  • (dimensions usage is 'case sensitive' so spell your dimension correctly.
  • The filter type needs to be set to 'evaluate'
  • Save the filter
  • Add the filter to your report, or your task but not to both.

Use the following link which explains more about filters:

Kind regards...

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

View solution in original post

3 Replies
Frank_S
Support
Support

You need a dimension in your data model for month.

For example, dimension: 'Month'

  • Create and NPrinting filter using 'Month' dimension
  • Use the following formula Month(now()) - 1
  • (dimensions usage is 'case sensitive' so spell your dimension correctly.
  • The filter type needs to be set to 'evaluate'
  • Save the filter
  • Add the filter to your report, or your task but not to both.

Use the following link which explains more about filters:

Kind regards...

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

@Frank_S  thank you 🙂 that worked. 

Frank_S
Support
Support

No worries @hitha1512

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