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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz1
Creator III
Creator III

?

.

Labels (1)
4 Replies
prma7799
Master III
Master III

Have you try this

=Right(FieldName,'19' )

Or

=Right('0122285Y android Android 7.0.0 P8PM','19' )

right.png

tresB
Champion III
Champion III

May be like:

=Mid([Friendly Name],index([Friendly Name], 'Android'),len([Friendly Name]))

antoniotiman
Master III
Master III

Maybe

=SubField(Text,'android',-1)

However this works only if Your Field contains 'android' text.

Regards,

Antonio

PrashantSangle

Hi,

If you want all text after 1st space then try

=Mid([Friendly Name],Index([Friendly Name],' '))

regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂