Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Substring(cmpFULLNME,'-',-1)
Substring(cmpFULLNME,'-',-1)
=right(cmpFULLNME, len(cmpFULLNME)-15)
You can use th e Subfield function as well as logic combined with len() and right() function as by Massimo
please post some more values of cmpFULLNME to clarify possible solutions.
thanks
regards
Marco