I have a data table in an OpenSearch visualization with a column showing boolean values as “true”/“false”. I’d like to display them as check marks and ballots instead (“✓”, “✗”).
Is that possible?
I have a data table in an OpenSearch visualization with a column showing boolean values as “true”/“false”. I’d like to display them as check marks and ballots instead (“✓”, “✗”).
Is that possible?
Hi @mrgou, you can consider creating a scripted field, which would be a string that is assigned either “✓" or “✗” based on your boolean field’s value. Let me know if that would work for you.