EpiCombo Hide Value - Kinetic

Hi all, I want to hide values from Combo in kinetic. Can anyone please guide me?
The values are coming from DataView.

You should be able to add a clause to the “Row Filter” under the combobox’s advanced properties.

This was a little interesting because the combobox is being populated by a “list”, and the text and value fields are just declared as “display” and “value”?

So, I took a stab at just using those designations in my filter clause:

Result: :tada:

7 Likes

Heyyy, Thank you so much @dcamlin, It worked for me :partying_face:

1 Like