Hi,
I am using the CrossTab tool to process a bunch of data to one group per row. Let's take invoices as an example here. I have multiple rows containing information on how my invoices are built up. The number of rows to an invoice vary. These translate to the unique attributes of an invoice, but also other values that I don't need to take in account.
The result of my CrossTab tool looks something like:

What would be the most efficient way to sum up all 'attr_' values dynamically per invoice? Some invoices may have 4 attributes that built up the total, others 10 or more.