Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
my question is basically already in the subject. I have a bar chart that displays sums for a month per status (e.g. 'open', 'won'). This bar chart shall only be changeable by using a specific filter listbox and not react to direct clicking into it.
Is that possible?
Thanks.
Hi Jens,
Go to chart propertices and under General Tab select Read Only check box.

-- Jai
Hi Jens,
Go to chart propertices and under General Tab select Read Only check box.

-- Jai
Use set analysis in the expression like
Sum({<Year=,Month=>} SalesVal)
in this script if you select Year , Month chart will not change
another way is make it read only by chart properties -> Tick mark Read Only
Hope this helps