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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
anuradhaa
Partner - Creator II
Partner - Creator II

Regular Expressions

Hi Have below text and want to get the below value,

fdfdfd,gdgdg,ss,ffe,Sprint_01,fdgfg  from this i want to get Sprint_01 in load script

2 Replies
swuehl
MVP
MVP

I guess you don't know the value Sprint_01 you want returned upfront, right? So what is the rule to find your value?

is it the second last value in the comma separated list?

=Subfield( YourField, ',', -2)

Not applicable

Hi Anuradha

Can you please provide clear details. You want Sprint_01 in your load script for that you need a value. So from where you are gonna get that value??