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: 
Not applicable

Loading a qvd

Hi!

Happy holy days. How do I do a load from a qvd keeping one of the dimensions out of the load (this kind of load: "load*,")?

I know that is I load the entirely of the file, all I have to do is comment the dimension and puff its gone, but how to do this when I am making this king of load ----> "load*,"

Thank you!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

After loading all the fields with a Load *, you could then drop the field you don't want :

     drop field [YourField] from [YourTable] ;


View solution in original post

2 Replies
Anonymous
Not applicable
Author

After loading all the fields with a Load *, you could then drop the field you don't want :

     drop field [YourField] from [YourTable] ;


Not applicable
Author

of course jajaja thank you!