Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_ramshini
Contributor III
Contributor III

set zero pointer

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

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

You can have expression such as below.

If(GetselectedCount(FieldName)=0,0,Value)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
PrashantSangle

Hi,

modify your expression with if(getSelectedCount(fieldName)>0,YourExpression,0)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
mr_ramshini
Contributor III
Contributor III
Author

Thanks your answer is be useful but i can't off the lite of chart