Tag Generation and multiplying quantites

Stimulsoft Reports.NET discussion
Post Reply
btaaj8
Posts: 2
Joined: Thu Apr 02, 2026 4:00 pm

Tag Generation and multiplying quantites

Post by btaaj8 »

Hello,

I am trying to setup a automated tag export using our ERP system that generates reports using Stimulsoft .mrt files . The problem I am having is that these are inventory tags and it is only generating 1 tag per line item but at times we have multiple pcs per line item. I am hoping to have a solution that multiples the number of tags generated by the {InventoryItems.Quantity} variable. Any help would greatly appreciated.
Attachments
UDR_InventoryREC.mrt
(116.64 KiB) Downloaded 8 times
Lech Kulikowski
Posts: 7729
Joined: Tue Mar 20, 2018 5:34 am

Re: Tag Generation and multiplying quantites

Post by Lech Kulikowski »

Hello,

Please see the sample report in the attachment.

Thank you.
Attachments
CounDataForDetailsBlockly.mrt
(679.27 KiB) Downloaded 10 times
btaaj8
Posts: 2
Joined: Thu Apr 02, 2026 4:00 pm

Re: Tag Generation and multiplying quantites

Post by btaaj8 »

Hello,

I appreciate you taking the time to make that sample but I'm afraid I am still a bit in over my head. I'm not sure in how your example how it is making the multiple lines. I can see that the Category ID in incrementally increasing and you are assigning it to the line value, but I'm failing to understand how the DataBand1 is interpreting that to generate the additional barcodes. Regarding my sheet the Array (?) of data coming in is generating rows by InventoryItemID and I am trying to duplicate the number of tags of that line items by the quantity variable (attached is a screenshot of whats being input from the ERP).

Attached is a sample of the tags being generated where as every tag is being treated as its own page. We can see that the middle tag has a quantity of 3 and for that I would like 2 more additional tags (Pages) to generate with that information and preferably immediately next to.

Again I feel that I may be a bit over my head in this situation but as the ERP company no longer supports its users in developing Stimulsoft reports, I am trying to pick up on as much as I can anywhere else I can.
Attachments
Sample tag.png
Sample tag.png (94.45 KiB) Viewed 547 times
InventoryItems data Query .png
InventoryItems data Query .png (22.88 KiB) Viewed 547 times
Lech Kulikowski
Posts: 7729
Joined: Tue Mar 20, 2018 5:34 am

Re: Tag Generation and multiplying quantites

Post by Lech Kulikowski »

Hello,

Please see the BeforePrint event.

Thank you.
Attachments
Screenshot 2026-04-08 094329.png
Screenshot 2026-04-08 094329.png (144.64 KiB) Viewed 370 times
Post Reply