Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
please tell me how to hide unmatched rows without getting grey color in list boxes. thanks
Hi Dushan,
If you want to hide other item beside selected, we need to use expression in List Box. Let try:
Create new list box -> Scroll down to bottom and click on <Expression> -> Use this sample =Aggr(Only(YourField),YourField)
Another method, we can use Table Box and add your field there.
Regards,
Sokkorn
Hi.
To hide the unmatched rows go to the list box property and check the "Hide Excluded" option. Hope it will help you.
Regards.
P
Hi,
You can use Hide Excluded, but there will be gray color background and i am also not able to find any color field to make it transparent , may be you have to use sort like that only selected one will come first and rest in last.
hi, is anyone know how to hide that grey color background?
hi,
For overriding default color, you can use extension.
Follow this link for details
Hi Dushan,
If you want to hide other item beside selected, we need to use expression in List Box. Let try:
Create new list box -> Scroll down to bottom and click on <Expression> -> Use this sample =Aggr(Only(YourField),YourField)
Another method, we can use Table Box and add your field there.
Regards,
Sokkorn
HI,
You want to change the background color or to hide the values? If you want to change the color, then it is not suggestible because you don't know which is valid and which is Excluded. If you want to hide then you can use
=Aggr(Only(YourField),YourField)
as Sokkorn suggested.
Regards,
Jagan.
Hi,
Pls find attached Qvw. Hope that will work.
hi jagan,
I want to hide the unmatched values. when I selected hide excluded, i can achieve what i want but the problem is it s appearing a grey screen after the values. now I got the answer. Thanks
Thanks Saurab. This helped me