Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sujit_nath
Creator III
Creator III

Only Show active records in dashboard

Hi,

I need a use case as:

I have several list boxes, one of them being "Result"

I want that result list box to be configured in such a way that: If I select other fields, only data corresponding to those should be present in "Result". Otherwise it should show blank.

As the usual behavior of qlikview marks the inactive values as grey, I want them to be hidden completely.

Thanks in advance!!

2 Replies
m_woolf
Master II
Master II

Listbox|Properties|General|Hide Excluded

MarcoWedel

Instead of selecting the field "Result" in your list box, try with an expression like


Aggr(Result,Result)



hope this helps


regards


Marco