Custom Names for Subtotals/Grand totals based on Grouping in BIRT Layout

I have done grouping based on column x in BIRT layout using “Add Group” Option. So now i need to show Values of column x after each subtotal/Grand total for each group in BIRT layout. Can anyone pls let me know how to do that ?

Current view :
image

Need to show the values for each subtotal like below :
image

Hi @Samyuktha_12,

You can use a dynamic text item in the group footer (like the aggregated value) and type a constant text e.g. "Sub total " + the variable from the bottom menu (Available Column Bindings > Table > <your category column>)

For example:

"sub total " + row["super category"]
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.