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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Trimming a string containing numbers and text

Hi I have the following data with the current data and expected data. What's the best way to get this output ?

Is it perhaps easier to do this in excel ?

Many thanks

Labels (1)
10 Replies
Not applicable
Author

Hi Sid,

U can try this,

=mid(CURRENT,Index(CURRENT,'-')+1)

Thanks