Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two dimension in a bar chart. I want to make one dimension read only. Can i do that ?
What do you mean by "ready only"?
Hi Sumit
maybe its a little bit tricky,
you can use set analysis in your expression.
ex. sum( {$<Dimension1 = >} Sales)
here the example from help
sum( {$<Region = >} Sales )
returns the sales for the current selection, but with the selection in “Region” removed.
so when we do selection on dimension1, dimension1 not change because when we add set analysis the selection dimension1 removed.
Regards
Sumit
Do you mean you want to lock it ? As in stop people changing which dimension value is selected.
Best Regards, Bill
User Wise Section Access you can apply and base on some variable you can achieve the same.
Vikas