Separating Records By Category
We are using Bartender 10.1 EA.
We create order guides for our customers and until recently used Label Master. Label Master would allow us to separate our items into categories based on information in the record. Our data file is in the following format.
DATA FILE
123456, Dole Bananas, 1, 40, .99, Bananas
234567, Chiquita Bananas, 1, 40, .89, Bananas
345678, Naval Oranges, 1, 12, 1.99, Oranges
456789, Blood Oranges, 1, 12, 2.99, Oranges
Our order guides get printed as follows.
ORDER GUIDE
Bananas PK SZ SRP CODE
123456 Dole Bananas 1 40 .99 |||| || ||||||| | |||
234567 Chiquita Bananas 1 40 .89 || |||| ||||| ||||| |
Oranges
345678 Naval Oranges 1 12 1.99 ||||||| ||| || ||||| |
456789 Blood Oranges 1 12 2.99 |||| || ||||| || ||| |
How do we create our item categories in Bartender?
-
If your data file is a SQL database you can use the sorting functionality in the DB setup. I'm not sure if this can be done using text files or other sources, yo umay need to get the data file sorted when it is created.
0
Please sign in to leave a comment.
Comments
1 comment