Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have used Gauge (Thermometer)chart for analysing capacity.
I have Filter Box for manager and Country
At the same time after selecting manager, counties gets activated in the County list box. Thermometer should not respond to selection of counties but it should respond only to med Cap manager selection.
How can achive this ..pls help me thx in advance.
Hello,
I think you can't solve that. Your managers are activ in different but not all countrys. So if you select one or more magaers you get the remaining country they are activ. Simple QlikView logic.
Or am I wrong?
Regards
i thing we can achive it by using set anyalysis like
sum( {$<Country= >} Capacity)
Hi thx for your reply,
Cap manager and Conutry both are is list box i wanted thermometer to response or calulcation done only if cap Manager selected not for countrey selection.
Now, it seems that you need a calculation condition rather than a set analysis. you can write something like : if(GetSelectedCount(Manager)>1) in the general tab's calculation condition of your Gauge.
regards,
tresesco