Hello,
I am wondering if there is a way to have the Indoors Categories be filtered dynamically? Essentially the idea is, if I have a floor aware map of a building, and setup a category for that building that relates to the restrooms, I can just make the where clause be "USE_TYPE = 'Restroom'" and then that category will only show the rooms that are classified as restrooms based on what the floor is currently selected in the floor filter.
At the moment, if I were to use that clause, then when someone clicks on that category, they will see a whole list of restrooms for the entire building regardless of what floor they are looking at. The only thing I can think of to workaround that is to create sub-categories for each floor which is a bit of a hassle if you have multiple categories that need to be filtered per-floor.
Am I missing some sort of behavior or solution to achieve this?