Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
One New field added in Sql table as the same field stored in QVD also.
while reloading QVF getting error as field not found.
QVD's are stored in Day wise and new field added 2 days back in sql table.
request to please help how to resolve.
Bhaskar
This is generally due to the fact that field names are case sensitive in Qlik script but are case insensitive in SQL. Please post your script if you have further questions.
-Rob
Hi,
this is my script and data was stored in day wise.
Added new field in sql and qvd also reloaded but below is getting error because it is fetch the data from each qvd.
field name : esim_subcategory
Do you mean esim_subcategory exists in some QVDs but not others?
-Rob
thanks for responding.
there is no column in historical QVD's
last two back added that field in SQL, QVD and incremental QVD's reloading successfully.