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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hemachandran
Partner - Creator
Partner - Creator

Selected value in listbox should only display in table

Hi,

  I have four listbox of same field

Eg. Product field as product1

      Product field as product2

      Product field as product3

      Product field as product4

I have four list box

In that product1 listbox  i select tv

           product2 listbox  i select table

           product3 listbox not selected

           product4 listbox not selected 

My requirement is... In straight table i want to display the only selected product ie,

Product          Amount

TV                   10000

Table                 500

I have attached the sample file..

thanks in Advance....              

12 Replies
varshavig12
Specialist
Specialist

Hope this helps!

varshavig12
Specialist
Specialist

You can also try something with calculated dimension.

Anonymous
Not applicable

Hi,

You can try this in Expressions tab :

=sum(if(GetSelectedCount(Product)>'0',Amount,0))