Page 1 of 1

How to get Quantity like 1/5, 2/5, 3/5,...

Posted: Mon Jan 06, 2025 1:25 pm
by KlemenZmitek
Hello all,

I would like to create a label report and I have a problem with Quantities.

For every differen part, I would like to write 'separate quantity' and total quantity.
So, if total quantity is 3, I need to be written:
1/3 on a first label,
2/3 on a second label,
3/3 on a third label.
2025-01-06_14h17_53.png
2025-01-06_14h17_53.png (77.84 KiB) Viewed 10197 times
I get total quantity from database field Nesting_products.Quantity. What is the best way to get this separate quantity?
2025-01-06_14h20_49.png
2025-01-06_14h20_49.png (134.15 KiB) Viewed 10197 times
Thank you!

Re: How to get Quantity like 1/5, 2/5, 3/5,...

Posted: Tue Jan 07, 2025 2:41 pm
by Lech Kulikowski
Hello,

In this case, you can set the necessary count of the labels via code, for example, via Blockly code.

Thank you.