BAQ Check Mark/Tick Mark symbol

Hi all,

Is it possible to generate a ‘✓’ symbol in a calculated field result?

For example for data type nvarchar I have:
REPLACE(Operations,‘Assemble’,‘x’)

I want something like this instead:
REPLACE(Operations,‘Assemble’,‘✓’)

Thanks

You can use a RowRule ImageRowRule in your Dashboard to display this based on a boolean value.

The results I that am getting in the BAQ calculated field results that shows Outstanding Machine Shop operations. This is how it looks :

image

where ‘0’ means operation is complete, and ‘?’ means operation outside of the machine shop is outstanding.

There is nothing wrong with it, except I was wondering I could use a ‘✓’ instead of ‘0’ to show that the operation is complete.