Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
RKULKARNI4
Contributor III
Contributor III

Formula for Tochar

Hello Team,

I am not able to include this formula in Qlik sens.Please  can any one  help me out :

ToChar ( Original_XYZ_No, "0" ) + " "+ ToChar ( Original_XYZ_Date, "0" )

 

Thanks in advance

Regards

RK

2 Replies
ArnadoSandoval
Specialist II
Specialist II

Hi @RKULKARNI4 

Where are you trying to use that expression? Qlik's Load/Select statement is like:

Load c1,
     c2,
     c3;
SQL Select
     c1,
     c2,
     c3
FROM database-table

The TO_CHAR() function is very database specific, perhaps you should elaborate on what you are trying to achieve

Hope this helps,

Arnaldo Sandoval
A journey of a thousand miles begins with a single step.
Kushal_Chawda

This is Database function which you can run via qlik sense script using sql query. But if you want this logic to be applied in qlik sense then there could be other qlik function available to do so. For this let us understand your requirement clearly