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: 
Not applicable

Reg:What ever selected should reflect in other charts

Hi Frnds

                  I have 5 list box(For Ex:Time,Temp,Percentage,Weights etc) with units like

Time+Units   Temp+units       Percentage+units   Weight+units

time14Sec      temp10+Cel        P5%                    W2 w

time23 Sec      temp14+Cel        P21%                  W5 w

time34Sec      temp28+Cel        P12%                    W7 w

time55 Sec      temp45+Cel        P34%                   W13 w

Now if i select first two rows in Time ListBox then it should reflect in other sheet chart with time+units.

After doing same process should be done for other listbox also.

i have tried this I have selected first two rows in time list box(i.e time14Sec,Time23Sec) and i created text object in that iam saving which i selected i.e =GetFieldSelections(TimePV(This is The FiledName)).

I've another field PrVariables it contains all values of time+units,percentage+units,temp+units,wf=units

what ever i had selected in all list boxes it needs to apply on prvariables field

  Next should be done in button object.when i clicks button it should automatically goes next sheet page chart

Please Help Me Out

Regards

Pavan

1 Reply
jagannalla
Partner - Specialist III
Partner - Specialist III

Pavan,

Take one button->Actions->Selection->Select in field

in field : PrVariables

in value: =GetFieldSelections(Time+Units,'|','*')

Hope it helps you.

Cheers!!

Jagan