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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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

10 Replies
Not applicable
Author

Hi Sid,

U can try this,

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

Thanks