Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
jayati_shrivast
Contributor III
Contributor III

how to make a particular chart read only in qliksense

Hi, In QlikView there's an option to make a chart read-only by going to the Properties > Security. Is there a similar feature in Qlik Sense?

 

I have a various charts in my dashboard which changes based on filter. But also say for example a bar graph, if a click on a single bar it gets selected and all the other charts in dashboard changes according to that selected field value in the bar. i want to make all my charts read only and they should get changed only when any value from filter is selected. is it possible to implement in qliksense?

6 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

No read only feature as yet. With the most recent versions of Sense, you can make use of alternate states. Define the chart expressions to use an alternate state and add a {1} set expression to ignore all selections. Clicking on the chart should not change the chart, and as nothing is using the same alternate state, nothing else will be affected either.

Alternate states

 

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Vek
Contributor II
Contributor II

Thanks! I wouldn't have thought about it.

Qlik1_User1
Specialist
Specialist

@jayati_shrivast Did you get solution of this? I am also having requirement.

stevejoyce
Specialist II
Specialist II

VizLib charts have settings to make read-only, if you have license for it.

Qlik1_User1
Specialist
Specialist

@stevejoyce Not having license of Vizlib, can this be done via native chart options.

stevejoyce
Specialist II
Specialist II

Only like Jonathan mentioned.  But you have to handle the selections bar not displaying other states because it's not really applicable, it's a workaround and becomes tricky.

You can create hidden fields, same as your regular dimensions to use in your read-only chart, so it doesn't display in selection bar.  And keep this read-only alt state clear of selections so it doesn't impact selection bar.