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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
YoussefBelloum
Champion
Champion

Values automalically selected on selection

Hi Guys,

Im stuck and i need you help

I have two tables, the first one include one Field "A" and the second one include one Field "B"

when i select the value 'aa' on the Field A, i want the listbox of the Field B to show only the value 'yy'.. and until there it works.

But when i select the value 'yy' on the second listbox, i have all the values of the first listbox selected automatically, which is a problem for me..

You can find attached the app

Thanks!

YB

2 Replies
antoniotiman
Master III
Master III

Hi Youssef,

see attachment.

I have used triggers in fields.

Regards,

Antonio

YoussefBelloum
Champion
Champion
Author

Hi Antonio,

thank you, but that isn't what i'm looking for.

stalwar1‌ just give me the right answer:

=if(GetFieldSelections(A)='aa', Aggr(Only({<B = {'yy'}>} B), B), B)