Hi All,
I have this scenario where the query hits the SQL Server database. In Alteryx 2019.4 iam trying to create a calculated column to get the symbol X for wrong and the correct symbol ✅
i have these symbols in Qlikview with the an IF condition If(KRI1 = 1, chr(10004),If(KRI1 = 2, '', chr(10008))
is this possible in Alteryx or should I look for options in SQL Server
Solved! Go to Solution.
Hi @Raj_007 ,
It is not possible to show special characters in the results tab of a browse tool.
But if you are looking for reporting with Alteryx, here it is.
Best,
Fernando Vizcaino
Hi @Raj_007
You can insert special characters into your non-reporting output as well using CharFromInt()
Dan
Hi Danilan, thank you so much for the solution- this is what i have been looking for