Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
U_Waqar
Contributor II
Contributor II

Subfield function

Hi Experts,
Have one ID column (data type is string in Qlik) and want to extract 2nd and 3rd character from it as belows:
U_Waqar_0-1656045973178.png

I have tried using Subfield but not working as required. Please help.

Many Thanks,

 

Labels (2)
1 Solution

Accepted Solutions
MarcoWedel

LOAD Num(Mid(ID,2,2)) as ExpectedOutput

FROM ...

 

View solution in original post

1 Reply
MarcoWedel

LOAD Num(Mid(ID,2,2)) as ExpectedOutput

FROM ...