Magic ETL

Magic ETL

How do I replace text with unicode

Hello,

 

I'm trying to replace some characters in my table using Unicode Characters such as :white_heavy_check_mark: and with :cross_mark: 

This is the code I typed into the Beast Mode but it's not displaying it and instead only showed the literal '✅', could anyone please help?

 

  1. Case when `Last Week Actual` - `Last Week Target` >= -9999 then
    '✅'
    when `Last Week Actual` - `Last Week Target` >= 0.001 then
    '❌'
    else '' End

Thanks in advance.

Tagged:

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Comments

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In