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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

list box design

Hi All,

I have field "Service Type " having field Values as Incidents, Release,Requests first.PNG

But want it as below when i click on the incidents all related to incidents has to get selected but it should be like below ,all the master category related has to be under incidents same for all , and i also want to eliminate the empty block in the master category ,its not null it is because of presentation settings  

But i want it like thisWanted.png

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Try using a field <expression> in your list box like

=Aggr(only({<ServiceType = {Requests},Master_Category= >}Master_Category),Master_Category)

View solution in original post

4 Replies
swuehl
Champion III
Champion III

Your sample QVW seems to be empty.

Anonymous
Not applicable
Author

sorry ,PFA

swuehl
Champion III
Champion III

Try using a field <expression> in your list box like

=Aggr(only({<ServiceType = {Requests},Master_Category= >}Master_Category),Master_Category)

Anonymous
Not applicable
Author

You are awesome , you been helping me by answering all of my questions Thanks a lot for helping