Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a chart showing some spark line I.e. Chart 1
However, for this particular chart, I do not want it to interact with any of the list boxes, but am unsure on how ot achieve this
Kind Regards
Helen
In expression use SET analysis expression and by pass the list box selection
Eg:-
You have list
Year, Month , Quarter
Sum({<Year=,Month=,Quarter= >} Value)
Hi,
Right click on chart -->properties --> General --> Select read only option.
Regards
ASHFAQ
Hi
use Alternate State
Right click on the chart-> Detach,
Or,
include set analysis {1} in all the expressions you have in the chart, like:
=Sum({1} Amt) // similarly for all the expressions
Hello
Thank you for your reply. I have investigated alternative state and it works, however do you know if I can use Alternate State so the chart interacts with some list boxes and not others?
Kind Regards
Helen
alternate state only interact with other objects which holds same alternate state..
Hi you can place that objects, i.e list boxes in the same state.
Regards
ASHFAQ
any other issue?
Hi,
In your scenario there is no need of Alternate States just use
=Sum({1} MeasureName)
{1} will ignore all the selections.
Regards,
Jagan.