How To Create Custom Filter Options for PopupFilter?

Need some help with doing something with the PopupFilter.

I want to implement some simple filters for user to click. Just some buttons and switch statements that apply a certain filter. (See Example Below)

I see how in the wiki there is custom filters and custom templates. Do I have to combine these two concepts to create this or what? Like code to create the custom filter, and custom template to make the UI.

Or, I’m just realizing now there’s Simple Filters. Would this be easier to use?

EXAMPLE OF UI
[attachment=0]Screenshot 2021-10-04 160943.png[/attachment]

Hi John,

The simple built-in filters are by far the easiest to use and cover most use cases.
However, if you want to implement your own UI flavor, you can extend the base forms and add your own UI. But that is definitely more advanced.

You can find the instructions here:
https://github.com/Servoy/svyPopupFilte … -Templates

Hope this helps.

Best,
Sean