Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

Loading data

Hi To All,

Please find the below Attached file. now my question is in that file some data is there if i load that file in qlikview then in the front end listbox are Source,  Date,Time, Type, Message    In message list box i want only Xlsx files.how i can get that data ?

6 Replies
simsondevadoss
Partner - Creator III
Partner - Creator III

Can you be more specific ? Since i don't find the xlsx files

prabhas277
Creator
Creator
Author

HI Simson,

Please go through the bottom of the database file then u can find the xlsx files.

prabhas277
Creator
Creator
Author

Hi Simson,

Please go through the bottom of the database file then u can find the xlsx files.

Not applicable

please see file attached.

Regards

RL

simsondevadoss
Partner - Creator III
Partner - Creator III

sorry i have missed that.

use the expression in the list box : =if(WildMatch(Message,'*.xlsx'),Message)

Not applicable

Use below as LIst box expression:

=SubField(if(wildmatch(Message,'*xlsx')=1, Message,null()),'\',6)

Hope this was helpful or correct.

Thanks,

Angad