Print Inventory Labels by Qty on Hand

SUGGESTED

I need to be able to print Inventory Labels by the Qty on Hand amount. How can I do this?

Parents Reply Children
  • 0 in reply to Terry Bumgardner

    Set up a UDT with a single column and add values 1,2,3,4... up to the maximum number of labels you'd need.  Then in the .rpt set up an open link from your label data to this sequence table (link with an =! on unrelated data, so there is no filter), and use a report selection formula so that the sequence table value is <= your item quantity.  This should repeat each line the correct number of times, so then you just need to do the label design.