how to higlight selected value in list box with expression
Hi All,
I had a situation where I had to group few items in one and other in second. So I used an Expresesion to create a list box, which shows two items and when I select one it makes selection of items grouped under it and same for second.
Since, I had to make one item as default selected value, What I tried, I selected those item which are in Group A with trigger.
Now the problem is When I select that sheet trigger makes that selection which are under group A however it does not highlight the Group A in list box in Green.
I found the problem, I was selecting the values for different groups however I was missing on one filter thats why the filtered group was not highlighting on list box.