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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
tsoley9262
Contributor III
Contributor III

Concat 1 letter in field

I have a field sm-s-001 and I am trying to create an ID field with just the s in between the dashes any help would be appreciated!!

1 Solution

Accepted Solutions
sunny_talwar

Try this

TextBetween(FieldName, '-', '-') as ID

View solution in original post

2 Replies
sunny_talwar

Try this

TextBetween(FieldName, '-', '-') as ID
tsoley9262
Contributor III
Contributor III
Author

Sunny Thank's that worked great!!