When using filter list, the objecttype used has a property with the type integer. When I try to include this property in the filter it does not give me options like histogram or multiselect dropdown. Is there a walkaround to this. Currently, I only see a chart
This is a common issue I’ve faced before. For workshop, filters on integers behave like that by default.
For it to function like you expect, you would need to add a transform step in your pipeline / code transform to cast to string that into value as an additional column, sync the new property in ontology manager and then filter on this new property.
By default, integer and long properties in Ontology objects do not show histogram or multiselect dropdown options in filter lists. This is because these property types are not set as “sortable” by default in the Ontology Manager.
To enable these filter options:
-
Open Ontology Manager and select your object type.
-
Go to the Properties tab and select the integer property you want to filter on.
-
In the right panel, open the Interaction tab.
-
Enable the “sortable” option for the property.
Tip: The Interaction tab provides detailed hints for each setting to help you choose the best configuration for your property. -
Wait for the object to finish reindexing. This may take a few minutes.
Once reindexing is complete, you’ll see additional filter display options (like histogram and multiselect dropdown) available for this property in your Workshop app.
**
Final result:
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.


