Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community,
I have a requirement in Qlik Replicate where I need to extract specific substrings from a column (mesg
) in my source table (table_1
) and create two new columns based on these conditions.
mesgoutput1column
mesg
column using:
SUBSTRING(mesg, 290, 4)
mesgoutput2column
mesg
column using:
SUBSTRING(mesg, 194, 6)
Thanks,
Sreehari
Hello @Sreehari ,
Qlik Replicate provides rich built-in transformations to support various functions for different purpose.
For your sample, you may define 2 new columns as below:
The column mesgoutput1column expression is as below:
Where the computed column mesgoutput1column retrieves substring from column NAME of the source table.
Hope this helps.
John.
Hello @Sreehari ,
Qlik Replicate provides rich built-in transformations to support various functions for different purpose.
For your sample, you may define 2 new columns as below:
The column mesgoutput1column expression is as below:
Where the computed column mesgoutput1column retrieves substring from column NAME of the source table.
Hope this helps.
John.