Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

not working as expected

Hi All,

i have two  charts and two listboxes     here the issue  with alternate state

dimension1 and dimension2 

chart1 and chart2

so am using   state1 for  dimenson 1 and chart1

state2 for diemsion2 and chart2

issue:   when i select in chart2  chart 1 also   reflecting 

what might be the issue?

used xpression  for chart1: =sum({<[Type]= ,Dimension2= ,Measure2= >}[Amount])/$(vFormat)

used xpression  for chart2: =sum({<[Type]= ,Dimension1= ,Measure1= >}[Amount])/$(vFormat)



variable:  vFormat=FormatId


format id is field  and having values  1000,10000



thanks

Sony

22 Replies
dx_anupam
Creator
Creator

Hi Sony,

Along with the charts you have to specify respective alternate state to list box as well.

Regards,

Anupam

gavinigovind452
Partner - Contributor II
Partner - Contributor II

can you share QVW

soniasweety
Master
Master
Author

   any inputs Sunny Talwar

tresesco
MVP
MVP

Could you share a sample app showing the issue?

manoj217
Creator III
Creator III

=sum({state1<[Type]= ,Dimension1= ,Measure1= >}[Amount])/$(vFormat)

=sum({<state2[Type]= ,Dimension2= ,Measure2= >}[Amount])/$(vFormat)

soniasweety
Master
Master
Author

already tried . but still not working

soniasweety
Master
Master
Author

sample its working  .. main app in server i cant take it out

manoj217
Creator III
Creator III

check if any states have created in before in the same name

soniasweety
Master
Master
Author

in dimension used below expression

if(SubStringCount(vDimensions,'Type'),1,0)    conditional dimenison [bcz its adhoc report]

anything wrong here?