Using NAv 2009 RTC, Jet version 2009.
Been trying to get a report to show me my top 25 vendors by purchases, but filtered by the item posting group field on the item card. ( I want this so I can see my top vendor by different item categories)
So far, the report takes 20 minutes to run.
Has anyone done this before ??
5 comments
-
Jet Reports Historic Posts are you refering to filters on a different sheet?
I was able to speed up reports using where filters are located on a options sheet by applying delay function within the filter, some reports from +45 min run now in 15 min -
Jet Reports Historic Posts no, not filters on a different sheet.
Just a vendor top 25 list, but being able to filter by inventory posting group. -
Jet Reports Historic Posts I'd say it depends on how you're filtering by it. Can you either attach the report or describe the structure? Are you using NL(Filter) or Link=? What is the structure of the replicators, etc.?
Regards,
Hughes -
Jet Reports Historic Posts Here is what I have so far.
Take a look and see what you think. -
Jet Reports Historic Posts Have you tried replicating vendor numbers from the Vendor table rather than from the purchase invoice line? You might try something like this:
=NL("Rows","Vendor","No.","Link=","Purch. Inv. Line","Buy-from Vendor No.","=No.","Posting Date",$C$2,"-Amount Including Tax","*","Limit=",25,"Link=","Item","No.","=No.","Inventory Posting Group",$C$3)
Regards,
Hughes