Hi,
I want to include an emoji to the variable value. Is there a way to achieve that.
My data source is SQL server.
Query:
select case when '$Ineffective' = 'Ineffective' then 'Ineffective ❌' else 'Error' end
I get the output as Ineffective ?
but I want it to be Ineffective ❌
Can someone help me with it?