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: 
MuraliPrasath
Creator III
Creator III

How to keep only the last two text?

For Example:

From [Consumer Q1]    I need only the  [Q1]

         [Sales Q1]          I need only the [Q1]

     [Customer Q2]        I need only the [Q1]

I need only the last two digits!!

Need Help!!

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Right( YourField, 2)

View solution in original post

3 Replies
anbu1984
Master III
Master III

Subfield(TxtField,' ',-1)

swuehl
MVP
MVP

Right( YourField, 2)

Anonymous
Not applicable

What swuehl said is correct try right(YourField, 2)