Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danialier
Creator III
Creator III

Sum formula

Hello,

I'm new on QlikView

I'd like to do a sum formula but I don't know how to do it.

I want to do the sum of Revenues for product A and I use the following formula but it does not work

sum({Product=A}Revenues)

Please help !

Thanks,

dani

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

You just missed.

See below

sum({<Product={"A"}>}Revenues)


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

You just missed.

See below

sum({<Product={"A"}>}Revenues)


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sasikanth
Master
Master

HI,

Try this

=Sum({<Product= {'A'} >}Revenues)

danialier
Creator III
Creator III
Author

Many Thanks Kaushik !

It works now