0

Sales by Item and Item Variant

Hi all,

I am trying to list top 'x' sales by Item, further subdivided by Item Variant (Our customer has various thicknesses of product to report on). Currently I am struggling to filter by Item Variant.

The 'Item' field pulls through as follows: =NL("Rows","27 Item",,"64 Datefilter",$I$4,"-78 Sales (LCY)","*","limit=",$I$5) and this works fine. I4 and I5 are date filter cells.

However because Item Variant table does not have any date filter fields I think Jet is pulling every variant for every item with this formula: =NL("Rows","Item Variant","Code").

I think I need to link the two together with ="Link" but I am not sure how - can I tell the Variant field to only pull through results for the Item generated in the first formula?

Apologies if that's confusing and thank you for any help in advance!

2 comments

Please sign in to leave a comment.