Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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!!