Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I am using Nrpint for some data but I cannot seem to get the filter to select the lastest weekending date
i've tried lots of options on co pilot but nothing works
for example in advance search
=REPORTING_WEEK=Max(REPORTING_WEEK)
none of these work
hope someone can help
Could it be that your field is a dual, and that you are dking a string comparison between the string value and the numeric that is returned from using max(REPORTING_WEEK)?
It's been a while since I used NPrinting, but I believe you should be able to state that you want to do comparisons on the numeri(or evaluated) value. Alternatively, force your expression to return a string, maybe by using maxstring(REPORTING_WEEK) instead.
Many issues here:
I wrote quite a few posts about this and I strongly encourage you to read about it to get an understanding of the issue rather than trying to guess:
https://nprintingadventures.com/2019/02/15/the-pitfalls-of-nprinting-filters-part-1-dates-and-duals/
https://nprintingadventures.com/2019/06/26/nprinting-filters-part-3-advanced-search/
https://nprintingadventures.com/2024/11/29/advanced-search-filter-trap/
cheers