Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dsdeepak284
Contributor II
Contributor II

Controlling the behavior of object

Hi, can anyone suggest how to control behavior of object on dashboard. I want bar chart and  list box not to change on any selection, i want it to constant on whatever selection I made. Please suggest how can i achieve this.

5 Replies
devarasu07
Master II
Master II

Hi,

Try like this,

1) try to use set modified as 1 which is the full set in your bar chart expression

example, sum( {1}Sales)

2) try to use alternate state for this two chart object

Capture.JPG

to ignore specific field then try like below

sum( {$<Product=>}Sales)

ignore more than one field just add

sum( {$<Product=, Year=>}Sales)

Thanks

Deva

sasikanth
Master
Master

HI Deepak,

you can use DETACH option here to make graphs/objects constant.

Right Click on object-->select option Detach.

Note: If you want to do any changes in that chart then make it back to "Attach" .

dsdeepak284
Contributor II
Contributor II
Author

How can we achieve this without using detach option?

dsdeepak284
Contributor II
Contributor II
Author

Can we have some other option rather than alternate states to achieve this.

Anil_Babu_Samineni

Try to describe little bit more if none of them won't help?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful