Discussion Board for collaboration related to QlikView App Development.
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
Hi,
Try Read Only option in Chart Properties -> General tab.
Hope it helps you.
Regards,
Jagan.
Hi,
Try Read Only option in Chart Properties -> General tab.
Hope it helps you.
Regards,
Jagan.
thanks jagan it worked
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.