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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SELECT In FIELD

Hello Everyone

i want to show like when i click on Sales  it will show first Chart legend "AAAA,BBBB,CCCC" & when i click on Production it will show another legend. i have tried to used Action on Sales & Production >select in field but its not working. i not getting where i am stuck please help me to find out..

Thank you..

Labels (1)
15 Replies
Anil_Babu_Samineni
MVP
MVP

May be this?

=(AAAA|BBBB|CCCC)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sergio0592
Specialist III
Specialist III

Not sure it's what you're trying to achieve, but create a variable V1.

on clik on text box, select External/Set a variable/Variable V1, value Production for first text box, Sales for the other.

in your chart expression, put =sum($(V1))

martinpohl
Partner - Master
Partner - Master

is the different legend diffenrent values in one field or is it different fields?

Anonymous
Not applicable
Author

i already applied it but not working..

tresB
Champion III
Champion III

Could you share your sample qvw that shows the issue?

Anonymous
Not applicable
Author

Hi prachi,

    Is t possible to share more info ,is it something AAAA,BBBB,CCCC  and PPPP,QQQQ,RRRR available in same field? If so can we have show/hide object level?

-Jai

kamalqlik
Partner - Specialist
Partner - Specialist

Hi Prachi,

Can you please share the sample qvw file.

Regards

Kamal

Anonymous
Not applicable
Author

yes it is available in same field..

i want to used Text Object instead of List Box

Anonymous
Not applicable
Author

i solved it by my self..

Thanks for giving your valuable time..