Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Merging rows in a straight table

Hi Folks,

I have the following requirement which I need to complete. It is :

I have the following straight table :

Header 1Header 2
A12
B10
C15
B20
A25
D30
A40
B50

I need the output as

Header 1Header 2
A77
B80
C15
D30

where header 1 is a dimension and header 2 values are measures.

And values of all the measures are either stored in variables or  expressions in another part of staging.

How to do that?

Please share your thoughts.@

1 Reply
vishsaggi
Champion III
Champion III

What is the issue here?

Use straight table,

Dim: Header1

expr: Sum(Header2)

Then for expr in expression tab use No Totals from the Total Mode you can see that in bottom right corner .

Capture1.PNG