Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
shiveshsingh
Master
Master

Qlikview Script

I have multiple QVDs in a folder

I need to have 5 columns from that qvds where  some column is having match condition.

Suppose if Column name like Test then load that column .

Can anyone help in the script?

3 Replies
Anil_Babu_Samineni

What do you mean by "Match condition on Column"?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tresesco
MVP
MVP

You could probably load the qvd table for 1 record and then use table functions [NoOfFields(), FieldName()] to iterate through all the field loaded in the table, store the field names in a variable and check for your condition and prepare a list of fields that you would finally need. 

 

satheshreddy
Creator III
Creator III

Can you please give example of column condition.

Regards

Sathesh