You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there is no way to tell glabel to iterate on printing the same label X times.
Let me show an example.
CASE:
you have a populated spreadsheet with products. (eg. a BOM from a CAD/CAM software.)
you have rows of data with tons of colums; the ones that interests me are IDs and Quantity, so let's strip all of them but those two.
let's assume those rows:
ID - QTY
RABBIT - 10
HORSE - 2
FROG - 50
if i want to print 10 labels for RABBITS, 2 for HORSES and 50 for FROGS i have to manually create 10,2 and 50 rows with matching names.
We sure need to bind that QTY value to printing quantity, the same way we do assign a text to its ${MERGED_DATA}
The text was updated successfully, but these errors were encountered:
c3kkos
changed the title
No method to set "how many" on label instance
[ feature request ] No method to set "how many" on label instance
Jul 1, 2022
c3kkos
changed the title
[ feature request ] No method to set "how many" on label instance
[feature request] No method to set "how many" on label instance
Jul 1, 2022
Hello there.
I noticed there is no way to tell glabel to iterate on printing the same label X times.
Let me show an example.
CASE:
you have a populated spreadsheet with products. (eg. a BOM from a CAD/CAM software.)
you have rows of data with tons of colums; the ones that interests me are IDs and Quantity, so let's strip all of them but those two.
let's assume those rows:
ID - QTY
RABBIT - 10
HORSE - 2
FROG - 50
if i want to print 10 labels for RABBITS, 2 for HORSES and 50 for FROGS i have to manually create 10,2 and 50 rows with matching names.
We sure need to bind that QTY value to printing quantity, the same way we do assign a text to its ${MERGED_DATA}
The text was updated successfully, but these errors were encountered: