Hi All,
I know we can add a filter box to DataMiner Maps, but do we have filter checkbox? Based on the documentation, I can see that we can filter by name and alarm severity. Is it possible to create filter checkbox based on a table column PID?
As you can see in the example below, I have several modems on the map, and they are of different types. Ideally, if I select a type, the modem markers should be filtered accordingly. The types are stored in the same table as the modem information, which includes Modem Name, Coordinates, and Type.
I'm currently using the Offline Map in the Visio.
Appreciate it if you could provide some feedback on how to achieve this.
If you know all the possible types, then in the configuration of the map (xml), you could add multiple layers for the same table, but each with a different table filter. Then the user can enable/disable layers as he wants.
To have more filtering capabilities, we recommend using the new Maps visualization in Dashboards and Low-code apps, as there you can make use of all the filter capabilities of GQI.