Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I have a TCD
Family    Subfamily    Nature   NP     ED
F1                   F11                X1        14     24
F2                   F21                X2        21     22
F3                   F31                X3        10     10
I would like to have the total of the lines on the right of the table. here is the result that I expect
Family     Subfamily    Nature    NP    ED    Total
F1                     F11               X1        14       24     38
F2                     F21               X2         21      22     43
F3                     F31               X3         10      10     20
Help please
several options, for example :
Dimension :Family, Subfamily, Nature
Meeasure 1(NP)=sum(NP)
Measure 2(ED)=sum(ED)
Measure 3(Total)=Column(1)+Column(2)

attached qvw file
several options, for example :
Dimension :Family, Subfamily, Nature
Meeasure 1(NP)=sum(NP)
Measure 2(ED)=sum(ED)
Measure 3(Total)=Column(1)+Column(2)

attached qvw file