Hi
I'm trying to retrieve data with the following properties:
- I'm trying to filter all records with a blank "to-date" using @@
- In addition I need to retrieve records with a date in "to-date" greater than today
I've been trying to do this: =NL("Rows";"Membership Service Line";;"To Date";">today()|@@")
Obviously I'm doing something wrong since it returns a #VALUE!
Any ideas?
/Mike
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Try this:
=NL("Rows","Membership Service Line",,"To Date",NP("DateFilter",TODAY())&"|@@") -
Jet Reports Historic Posts Hi
It's working - thanks a lot!
Please sign in to leave a comment.