Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disable selection on objects without locking them

Hi, i want to disable selection on objects without locking them; That means that the user can change the date from a calendar filter, but he can't for example change it from a graph (dimension date). So, how can i can just disable selection on the graph?

Thanks

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Object properties-->General-->Check the option Read only.

Celambarasan

View solution in original post

4 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Object properties-->General-->Check the option Read only.

Celambarasan

Miguel_Angel_Baeyens

Hi,

If you want to make your chart completely irrespective of the selections, you can right click on it and Detach. Detaching the chart will keep the state from when it is detached, if you do so when all values are possible, then you are done.

If it's only one field, or two fields that you want the chart to avoid changing, use set analysis for that, like the following example, that will sum up the values in the field Amount regardless the selections in CustomerID and EmployeeID:

Sum({< CustomerID =, EmployeeID = >} Amount)

The blanks at the right of the field names are on purpose.

Hope that helps.

Miguel

Not applicable
Author

Thanks it works fine

Not applicable
Author

Hi, if you detach the chart it will not depend on my selections. Howerver, this solution works fine  

Object properties-->General-->Check the option Read only.