Hi,
How to make the Filter Selections option to have a Default Value selected?
Best Regards,
DM
There currently is no way to set the default value specifically. I typically have "allow all" selected, then allow the user to pick. If you do not have "allow all" selected the first value returned by the filter select is used. So you could order the results or even use "union" to ensure the value is first.
Hope this helps.
Paul
Thanks for your answer. I didn't see that I have an empty row which also get into the ComboBox and it was the first item (not selected), when i removed it, it selects the first item. Union is a good option too.