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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display 4 charts with listbox?

hi,

I created barchart,linechart,piechart,stacked barchart in qlikview.I do not know how to do that  but  I want to display this 4 charts with list box.like this If I select country1 then display  barchart and I select country2 then display linechart, select country3 then disply piechart and select country4 then display stacked bar chart.pls tell me out how to display 4 charts with listbox.

                                                 Thankyou,

regards

Madhu

1 Solution

Accepted Solutions
nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi,

try like this.

In Charts Layout tab >Conditional Add these Fro each chart

Chart1: GetselectedCount(Country)='Country1'

Chart2 :GetselectedCount(Country)='Country2'

Chart3 : GetselectedCount(Country)='Country3'

Chart4 : GetselectedCount(Country)='Country4'


Reagrds,

Nagarjuna



let me know if it works or not?


View solution in original post

13 Replies
manojkulkarni
Partner - Specialist II
Partner - Specialist II

use

getfieldselections(country)='Country1' in bar chart show condition

Go to chart - right click - Layout - Show - Conditional

You can do same for all four charts

stigchel
Partner - Master
Partner - Master

You can use conditional show, in the layout tab of the chart properties set a condition like for the bar chart

Country='country1'

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Hi,

try like this.

In Charts Layout tab >Conditional Add these Fro each chart

Chart1: GetselectedCount(Country)='Country1'

Chart2 :GetselectedCount(Country)='Country2'

Chart3 : GetselectedCount(Country)='Country3'

Chart4 : GetselectedCount(Country)='Country4'


Reagrds,

Nagarjuna



let me know if it works or not?


awhitfield
Partner - Champion
Partner - Champion

Hi Madhu,

see the simple example attached

buzzy996
Master II
Master II

use this,

simply set ur conditon on layout tab of each chart

for case 1 : country='IND' 

fro case2: country='uk'   etc

Not applicable
Author

hi  piet hein van I understand  layout tab but which place I give variable  in list box .pls tell me  solve my problme.

the scenario is Listbox Country  field have 4 countries  .that are .

Country listbox

UK

USA

Germany

Japan.

where can I write expression in list box.

the charts  names

cosales

sales

piecchart

linechart

pls explain with example .

                              Thankyou

Regards

madhu

Not applicable
Author

it works thankyou friend

Not applicable
Author

Thankyou

Not applicable
Author

Thankyou