Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I have a DataTag. For example, the data tag is named "Status" and the terms are "Open", "In Progress" and 'Closed". So I may have a value "Status:Open". I want to display this value in a grid. If I display this as a string I get "Status:Open" displayed. If I specify the Column Renderer as "TAGS" and the Column Format as "Data Tags" I get "Not tags..." displayed. Is there a way to display just "Open"? I want to see the term value without the group name.
Probably need to do it either with State Based formatting or in your service that retrieves the data, remove the status part from that column/field or derive a new field/column with that removed.