Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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

1 Solution

Accepted Solutions
swuehl
MVP
MVP

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
MVP
MVP

Your sample QVW seems to be empty.

Anonymous
Not applicable
Author

sorry ,PFA

swuehl
MVP
MVP

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