Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Chart to not interact with List Box

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

1 Solution

Accepted Solutions
arulsettu
Master III
Master III

Hi

use Alternate State

View solution in original post

10 Replies
its_anandrjs
Champion III
Champion III

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)

ashfaq_haseeb
Champion III
Champion III

Hi,

Right click on chart -->properties --> General --> Select read only option.

Regards

ASHFAQ

arulsettu
Master III
Master III

Hi

use Alternate State

tresesco
MVP
MVP

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

helen_pip
Creator III
Creator III
Author

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


arulsettu
Master III
Master III

alternate state only interact with other objects which holds same alternate state..

ashfaq_haseeb
Champion III
Champion III

Hi you can place that objects, i.e list boxes in the same state.

Regards

ASHFAQ

arulsettu
Master III
Master III

any other issue?

jagan
Partner - Champion III
Partner - Champion III

Hi,

In your scenario there is no need of Alternate States just use

=Sum({1} MeasureName)


{1} will ignore all the selections.


Regards,

Jagan.