Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show predefined values in a Listbox

Hello,

how do I create a filter in a listbox to achieve the result as i Picture 2 without making a choise in the two

listboxes? Shall I do an expression with a set or?

Qv1.png

Qv2.png

1 Solution

Accepted Solutions
chrislofthouse
Partner Ambassador
Partner Ambassador

Hi,

You could do a simple if statement as an expression in the list box.

For example:

If(Switch=21 and Level=3,BDescription)

This will reduce the values in the list box and will not show the grey values.

Hope this helps!

View solution in original post

1 Reply
chrislofthouse
Partner Ambassador
Partner Ambassador

Hi,

You could do a simple if statement as an expression in the list box.

For example:

If(Switch=21 and Level=3,BDescription)

This will reduce the values in the list box and will not show the grey values.

Hope this helps!