Replace Tags with Emojis

Replace Tags with Emojis

From
Reddit
Status
Done

Multiple Tags

prop("Tags") .join("") .replace("1", "🔴") .replace("2", "🟠") .replace("3", "🟡") .replace("4", "🟠")

Single Tag

ifs( prop("Tag") == "1", "🔴", prop("Tag") == "2", "🟠", prop("Tag") == "3", "🟡", prop("Tag") == "4", "🟢", "" )
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!