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: 
Necator
Contributor III
Contributor III

Change autogenerated Code made by inserting qvds via Data Connections

Hello,

currently I am mostly loading qvds by inserting the script automated via the data connection menu.

If I do so the code looks something like this:

LOAD
FIELD1,
FIELD2,
FIELD3
FROM [Path/Filename.qvd]
(qvd);

 

Can I somehow change the default writing of the "FROM" and "LOAD" on serverSide, e.g. make it UpperCamelCase ?

 

Best

 

Labels (1)
0 Replies