I feel stupid for posting, but I've searched for syntax here to sample reports and can't seem to get it. I have a table, which I want to pull only the rows with from date…to date, where the from & to dates are a references fields on the sheet. I have other filters, which work fine, but how to do the date? I'm trying to grab date to date within an NL.
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi,
You can do this pretty easily with the NP(DateFilter) function like this (assuming the start date and end date are in C3 and C4):=NL("Rows","Table",,"FilterField",NP("DateFilter",$C$3,$C$4))
Does this help?
Regards,
Hughes
Please sign in to leave a comment.