I am trying to add a filter functionality to MapViewer template. I have a work order feature layer with a field: Status. I would like to filter by field Status: [Open] - [Planned] - [In progress] - [On hold].
I saw a post by @ErwinSoekianto (https://community.esri.com/t5/arcgis-appstudio-questions/adding-a-filter/td-p/857919) where he proposes to use the Graticules panel as a filter. I have none to very limited knowledge of Qt coding.
Can someone help me with the code and steps to add the filter to the Graticules panel or any other solutions? Is there a possibility to add more than one filter?