Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Alternate state issue

Hi,

I have dashboard and in that 4 sheets are there. In one of the sheet list box is there and if i select value that value should be reflected to that particular sheet objects only.

For this one I have created one alternative state. After that I went to sheet properties and selected that alternative state name. In the same sheet also to I have alternative state to the particular chart.

The problem is alternative state is working for sheets. But if i select a value from list box that chart values are not getting affected. Previously(before implemented alternative states) it was affecting. Can anyone tell me why it is not working.

Regards,

Kumar

15 Replies
tresesco
MVP
MVP

Why don't you change the state of the list box too?

Anonymous
Not applicable
Author

Sorry, Even I changed that listbox state also

sundarakumar
Specialist II
Specialist II

Make sure both the list box and chart are in the same alternate states in the properties.

Capture.PNG

Regards,

sundar

Anonymous
Not applicable
Author

Pls see the screen shots

sundarakumar
Specialist II
Specialist II

Pls check if the chart is detached, Detached charts are unaffected by selections. Or you could have written expression in such a way to ignore the selections. Pls check it once with normal sum(sales) kind of expressions. If the issue still persist pls share a sample app.

Thanks

-Sundar

Not applicable
Author

Please check the chart is detached and the expression in chart developed by set analysis full set '1'

kindly remove the detached and full set in expression

Anonymous
Not applicable
Author

There is no chart detached. Expression is

count({$<[SiteVisit Orders Flag]={1}>}[Site Visit Vis Num])

Not applicable
Author

Which field are you used in list box

Anonymous
Not applicable
Author

I used time field. it is an expression like

if(time>=2000,time)