Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Avoiding list box selection in chart

Hi folks,

I want to make one chart unresponsive for one perticular list box selection...... selections of listbox should not effect chart..

Thanks in Advance...

Regards,

Venkat.

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

If the list box is for a dimension Field1, include in the expression of the chart the following set expression

{<Field1=>}

View solution in original post

7 Replies
sorrakis01
Specialist
Specialist

Hi,

On Properties of chart (General Sheet) you have a property to unlink the chart.

Or other option (if you need the listbox) is in expressions you can use set analysis for it.

Regards,

nagaiank
Specialist III
Specialist III

If the list box is for a dimension Field1, include in the expression of the chart the following set expression

{<Field1=>}

Not applicable
Author

Hi,

Try to create a alternate state in document properties and place in chart general properties,

or else whatever list box you are using just exclude that list box field in chart expression

suppose you have Country list box

in chart you have sum(sales)

just write exoression like this sum({<countrty=>} sales)

Not applicable
Author

Hi,

Use Alternate States option to do this. Please check 11 developers guide for Alternate State.

Thank you.

Regards,

Srinivasu

ashfaq_haseeb
Champion III
Champion III

Hi,

Go for Alternate states.

Regards

ASHFAQ

Kushal_Chawda

Create a chart with Expression as

Sum({<Field1 =, Field2=>} Sales)

Selections from Field1 & Field2 will not affect the chart using above expression

Anonymous
Not applicable
Author

Thanks Nag...

i hav this expr..

Sum({$<TerritoryGroup={Europe} >}Sales)/Sum(Sales)

and i hav list box for TerritoryGroup...when i select values in that my stacked bar chart showing >100%..... i hav 3 values in TG...Europe, NorthAmerica and Pacific....