Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have 2 chart and 1 list box in my qlikview file
How do I set zero pointer on the graph?
so there when list box is deselect , the pointers of 2 charts will be on zero?
thanks
You can have expression such as below.
If(GetselectedCount(FieldName)=0,0,Value)
Regards,
Kaushik Solanki
Hi,
modify your expression with if(getSelectedCount(fieldName)>0,YourExpression,0)
Regards
Thanks your answer is be useful but i can't off the lite of chart