Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ListBox and Scatter Chart

Hi All,

I am new to Qlik and I have listbox and scatter chart. I want to disble the click on a datapoint. My datapoints on scatter chart is user_name e.g. A cross hair comes on the chart and when I click , that area is expanded. I do not want that. I do no as well want to make the chart read only. I want to open up user specific chart on click of the data point. Can anyone suggest a way?

Thanks

DV

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Create a text box and make it transparent. Adjust the layer (Properties | Layout) so that the box is on a higher layer than the chart, and lay the box over the chart. Now add a Layout | Activate Sheet action to open a different sheet.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jonathandienst
Partner - Champion III
Partner - Champion III

Or if you want to control the visibility of another chart, use the action to set the value of a variable, and use the variable to control the visibility of the charts using a conditional show in the Properties | Layout tab.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanks Jonathan. I am giving it a try now..