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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sivarapu250
Contributor II
Contributor II

How to split the single filed into 2 fields.

Dear Guys,

I have  one filed (No delimiter in that field). I need split that into two fields.  Like

Ex:  Filed1:

       S1ETM

        S1STM

        S2EMT

        S3EMT

        S4EMT

        S2END

etc..

I need output Like (LAST 3 RECODS)

Time:

       ETM

       STM

       EMT

        EMT

        EMT

        END

 

 Kindly help.

     

Labels (1)
1 Reply
derekjones
Creator III
Creator III

right(Filed1,3) as Time