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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display the values for 1 listbox

Hi All,

I have 2 listboxes(Listbox-a,List box-b) and 1 pivot table, in my pivot table when i select listbox-a it is showing the value correctly.

But when i select Listbox-a and listbox-b it is showing the value zero.

Because there is no relation between these two list boxes and there is no values for listbox-b.

If i will select listbox-a and listbox-b in my dashboard, i want to show the values for listbox-a in my pivot table.

can anyone help me...

Regards,

baru


Labels (1)
2 Replies
tresB
Champion III
Champion III

Without your sample app, it would be long thread only keeping you asking many questions. Please attach your sample app.

Not applicable
Author

In your pivot table, use set analysis in your expressions and ignore the selection done at Listbox-b.

sum({<Listbox-a-Field={'TestData'},Listbox-b-Field=>}Sales)

where Listbox-a-Field is the field used to populate Listbox-a

where Listbox-b-Field is the field used to populate Listbox-b

Thanks,

Angad