Hi,
I’m building a report in Acumatica Report Designer where I want to show headings like “Smoking Tobacco” and “Moist Snuff” only once, followed by all the detail lines for that category.
Right now, the group header (e.g., Smoking Tobacco) is repeating for every single record. I only want the heading to appear once, then all detail rows for that group, and then the next heading (e.g., Moist Snuff) with its details.
I tried using an expression like:
=IIf([InventoryItem.ItemClassID] = 'PIPETOB' OR [InventoryItem.ItemClassID] = 'HOOKAHTOB' OR [InventoryItem.ItemClassID] = 'RYO' OR [InventoryItem.ItemClassID] = 'WRAPAPRTUB')
…but this still causes the header to repeat for each record instead of grouping properly.
How can I set up grouping in Acumatica Report Designer so that the header prints only once per group, with all the records underneath it?
I am trying to populate for example smoking tobacco transaction uder its heading and other data under another one. Report is based on the Report format what ever user selected from Param. Just want to get an idea from you all. Thankyou
