Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
harleen_singh
Creator III
Creator III

disable dimension selection in Bar chart

I have a bar chart where i do not want user to do selection in dimensions. So i want to disable dimension selection in Bar chart

How to achieve this?

thanks

Lavi

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try Read Only option in Chart Properties -> General tab.

Hope it helps you.

Regards,

Jagan.

View solution in original post

3 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try Read Only option in Chart Properties -> General tab.

Hope it helps you.

Regards,

Jagan.

harleen_singh
Creator III
Creator III
Author

thanks jagan it worked

MayilVahanan

Hi

Suppose your dimension is Category, you can just exclude that one by below:

sum({<Category =>}Cost) // It exclude category field.

But other than category field, its reflect other fields.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.