In my data there are two fields, one is start date and the other is end date. My NL function needs to pick up data if the start date OR the end date is between the user input date range. Any ideas? I am using version 9.2
Date
Votes
1 comment
-
Jet Reports Historic Posts I think you would need to use NP("Union") to do that. So it would go something like this:
=NL("Rows",NP("Union",NL("Filter","Table","PrimaryKeyField","Start Date",$C$5),NL("Filter","Table","PrimaryKeyField","End Date",$C$5)))
Does that help?
Regards,
Hughes
Please sign in to leave a comment.