Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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?
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
You can use conditional show, in the layout tab of the chart properties set a condition like for the bar chart
Country='country1'
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?
Hi Madhu,
see the simple example attached
use this,
simply set ur conditon on layout tab of each chart
for case 1 : country='IND'
fro case2: country='uk' etc
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
it works thankyou friend
Thankyou
Thankyou