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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhu1204
Creator
Creator

Subfiled with Different Position

Hello

I need to fetch the String CAI and ITA_SES from the below file names(The string before _ SRAv) I tired the subfiled using delimiter . As the below Files names have different position I am unable to extract.


CAI_SRAv07_2020_08_v2.xlsx
ITA_SES_SRAv05_2020_09.xlsx

 

 

Thanks in Advance

-Prabhu
Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

What if you use '_SRAv' as delimiter in your subfield? Like this:

SubField(Filename,'_SRAv',1)

Vegar_0-1601407320370.png

 

View solution in original post

2 Replies
Vegar
MVP
MVP

What if you use '_SRAv' as delimiter in your subfield? Like this:

SubField(Filename,'_SRAv',1)

Vegar_0-1601407320370.png

 

Prabhu1204
Creator
Creator
Author

Thank you.

-Prabhu