0

NL Filtering problem

Hi Garry,

In the case of a calculated filter field, Jet doesn't know what type of results the calculated filter field will return so it doesn't know how to set the filter. The results you're seeing are probably due to the filter being treated like text instead of a number. In this case, you should be able to fix it by prefixing your filter by a value that tells Jet the type of the calculated filter field like this:

=NL("Rows","Customer",,"+=NF(,""Sales (LCY)"",""Date Filter"",$G$7)-NF(,""Sales (LCY)"",""Date Filter"",$H$7)","NUMBER&<-2000")
Does that work for you?

Regards,
Hughes

5 comments

Please sign in to leave a comment.