Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

expression based on dimension

Can I calculate the expression depending on the Dimension value.

For example is the Country is US I want the sum but if Others I want empty:

So from :

2018-01-08_09-48-31.bmp

to

2018-01-08_11-41-08.bmp

Many thanks,

Raphael

1 Solution

Accepted Solutions
rubenmarin

Hi Raphael, in this sample can work with this expression:

If(Country = 'US', sum(Score), '')

View solution in original post

2 Replies
rubenmarin

Hi Raphael, in this sample can work with this expression:

If(Country = 'US', sum(Score), '')

Anil_Babu_Samineni

May be this?

=If(Country = 'US', Sum(Score), '')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful