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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sankar2426
Contributor
Contributor

Set expression

I have 5 countries sales, Ind,aus ,Pak,usa ,SA ,while I am selected 2 countrys sale and need to display remaining 3 countrys sale.

Please write set expression for this.

 

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

assuming your field name is Country 

than something like this 

sum({<Country-=p(Country)>}Sales)

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

assuming your field name is Country 

than something like this 

sum({<Country-=p(Country)>}Sales)

sankar2426
Contributor
Contributor
Author

I have 3 countrys data . In the bar chart need to display the selected country is first . Please give me set expression

sankar2426
Contributor
Contributor
Author

I have two fields like A and B

Field A = a1,b1,c1,d1.......

Field B=a2,b2,c2,d2....

Need to display

A=a1, A=b1,A=c1...

B=a2,B=b2,B=c2...

Like this need to display.

Please provide me secret for this .