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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
varma8998
Contributor III
Contributor III

Top Three values in Text & Image Charts in Qlik Sense

Hi All,

 

By using set analysis how can we show the top three values in Text Chart,

16 Replies
sergio0592
Specialist III
Specialist III

Glad to help you. Please close the topic with cheking "accept as solution".

varma8998
Contributor III
Contributor III
Author

I have another question with the filter selection

I have a Filed name called Country in that we have Germany, France, India, Europe, soon,

The question is I want to add the another value in that field name called ALL and that ALL is the total of countries

If we select France that only France value should populate

If we select Germany the only Germany value should populate

same

If we select ALL the total of countries values should populate

please help me with that

sergio0592
Specialist III
Specialist III

Yes there is a tip for that. You have to create a dim table with :

dim:
load *
INLINE [
dim
1
2];

In the list box, use : if(dim=1, Country, 'All')

P3.png

varma8998
Contributor III
Contributor III
Author

Hi Sergio,

I am getting error is there any other solution

 

 

varma8998
Contributor III
Contributor III
Author

Hi Sergio,

The error is where ever the filter is linked all the charts are blinking and unable to select any data in that filter pane

 

varma8998
Contributor III
Contributor III
Author

HI Sergio,

 

I am getting error while selecting the data

sergio0592
Specialist III
Specialist III

Hi, i think you should open a new topic on this problem. Others members will probably be able to help you.