Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Find the sum of a column depending on the value of a field

Hiii !

Another little problem with a table... I have a table with 2 columns :

PValue
P112
P16
P12
P23
P227

And I want this table

PTotal Value
P120
P230

How can I calculate the sum of my values for each "P" ?

I don't know if I'm very clear... But I really hope that you can help me 😃

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Straight table

     Have P as Dimension.

     Sum(Value) as expression

Celambarasan

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Straight table

     Have P as Dimension.

     Sum(Value) as expression

Celambarasan

Not applicable
Author

Hum... So easy... And I tried to make  a script for each value in a table... hum

Thank you for your precious help !!!