Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Did you use a qualify statement earlier in the script? It will stay active until you override it with an unqualify statement.
Did you use a qualify statement earlier in the script? It will stay active until you override it with an unqualify statement.
Yes I used Qualify and also specified Unqualify ; at the end of that table. K got it I should use Unqualify *; Thanks