Workshop Group ID Dropdown

I have a property on an ontology object that is a single group ID string. I want to use a filter to filter these objects based on the group ID value on that object.

However, I want to display the group names instead of the group ID in Workshop when displaying the filter. I have configured the display property to display username or group name value formatting.

This works for the filter component “Histogram” option in the widget. However, I only want the user to be able to select one group (eg. single select dropdown component).

Here’s where the problem is - none of the other filter component options properly displays the value formatting. They all revert to displaying the group IDs.

How can I achieve my desired output?

Hello,

You can instead try using the Object Dropdown widget which supports value formatting of Multipass IDs to username or group names: https://www.palantir.com/docs/foundry/workshop/widgets-object-dropdown/

You can use the outputted ‘Selected object’ from the widget to get the group ID from the selected group object and then pass that into an object set filter variable to be used to filter your object set.

We also have an issue for tracking the lack of support for value formatting on single and multi select dropdown components in the Filter List widget which I’ve added your signal to.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.