Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
Thanks Jonathan. I am giving it a try now..