I am using CR10, creating a sales by item report:
Product # Store ID Qty Sold Units Margin
1 500
2 250
2 100
3 75
4 50
5 45
I have over 2 million product numbers, so I want to create a parameter where I can enter a number (100) and the report returns the top 100 products by qty sold. How do I do it??
Product # Store ID Qty Sold Units Margin
1 500
2 250
2 100
3 75
4 50
5 45
I have over 2 million product numbers, so I want to create a parameter where I can enter a number (100) and the report returns the top 100 products by qty sold. How do I do it??