Page 1 of 1

Scanning ' in TM1

Posted: Fri Jun 22, 2018 10:34 am
by late.vaibhav
Hi All,

I have came to issue where i need to scan for ' (Single quotes). the issue was i am capturing user names in the TM1 from cognos and i have one user Name "N'DOUBA". Now the issue is i am exporting this to database with SQL statement and because of this special character TI getting failed.
Also i am not find way to scan this special character and use alias if we found this.
Kindly help me with solution on this.

Thanks,
Vaibhav

Re: Scanning ' in TM1

Posted: Fri Jun 22, 2018 11:57 am
by PavoGa
Try storing the ASCII character for that in a variable and then SCAN for the variable.

Re: Scanning ' in TM1

Posted: Fri Jun 22, 2018 3:37 pm
by late.vaibhav
Hi Thanks for the update, I got workaround to scan this by using CHAR(39) code