I have created a report that has 2 parameters in it for my labels printing. The 1st(set to allow multiple itmes) asks for a the field number(that represents a certain item) the 2nd parameter ((allows only single item entry(how many lables i want)) asks for qty. If I enter 1 item in paramert 1 and enter 5 in second I get 5 labels of the item number I entered. However; I have the 1st paramter set to allow multiply fields. If I input 2 different item numbers in the 1st parameter and then enter qty of 2 to print in second parameter. The report prints out 2 labels per item entered. I would like my report to have allow multiple items entered at different qtys to be printed. I was envisoning in the order entered
1. xitem(parameter 1) qty 3(parameter 2)
2. xitem(parameter 1) qty 4 (parameter 2)
the xitems are entered one right after each other then you enter your qty. you input the item in parameter 1 - 1 right after another then move to parameter 2 for qty.
this would print 1st item 3 times second item 4 times on the same sheet.
Currently here is some of my info:
{INVENTORY.ITEMNUM} = {?Control Id:} and
{Sheet1_.Column1} <= {?number of labels}
1. xitem(parameter 1) qty 3(parameter 2)
2. xitem(parameter 1) qty 4 (parameter 2)
the xitems are entered one right after each other then you enter your qty. you input the item in parameter 1 - 1 right after another then move to parameter 2 for qty.
this would print 1st item 3 times second item 4 times on the same sheet.
Currently here is some of my info:
{INVENTORY.ITEMNUM} = {?Control Id:} and
{Sheet1_.Column1} <= {?number of labels}