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: 
evansabres
Specialist
Specialist

Display only the right 15 characters of a field.

Hello -

I have a field, called cmpFULLNME, that contains the following data : FNC - 01072015 - WWE VIP. I only want the 'WWE VIP' to display as a dimension in my graph as opposed to the full string.

What would the expression be for this?

Thank you.

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

Substring(cmpFULLNME,'-',-1)

View solution in original post

4 Replies
anbu1984
Master III
Master III

Substring(cmpFULLNME,'-',-1)

maxgro
MVP
MVP

=right(cmpFULLNME, len(cmpFULLNME)-15)

sujeetsingh
Master III
Master III

You can use th e Subfield function as well as logic combined with len() and right() function as by Massimo

MarcoWedel

please post some more values of cmpFULLNME to clarify possible solutions.

thanks

regards

Marco