Thanks for clarifying the criticality, Manny. I’ve already relayed the message to our developers, although I’m unable to provide an ETA at this time. Rest assured, we’ll keep you updated as soon as any new details become available.
In the meantime, I’d like to suggest a workaround. While the Analytical Designer UI does not currently allow setting the display attribute label for a filter, you can achieve this by editing the visualization object via the API:
1. Retrieve the ID of the label from the LDM.
2.
List all visualization objects in the workspace and locate the one in question by its title.
3.
Make a GET request to retrieve the visualization object’s definition.
4. Identify the relevant filter and update its label ID to the desired one by making a PUT request to the same object endpoint.
Once applied, the new label should appear in the filter in the UI. Be sure to verify the identifier you’re using, and avoid introducing unintended changes, otherwise, the insight may break and become inaccessible.
I hope you find this approach helpful. We’ll keep you informed of any progress toward a permanent fix.