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

loading Data from different sources

I am loading data from a database and created a data model, and now I loaded an excel file which is not linked with the data model....I did not use qualify for that excel file but still all the fieldnames in that excel file are representing with the tablename.fieldname format.....Is this default in qv? Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Did you use a qualify statement earlier in the script? It will stay active until you override it with an unqualify statement.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Did you use a qualify statement earlier in the script? It will stay active until you override it with an unqualify statement.


talk is cheap, supply exceeds demand
Not applicable
Author

Yes I used Qualify and also specified Unqualify ; at the end of that table. K got it I should use Unqualify *; Thanks