Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
LOADFIELD1,FIELD2,FIELD3FROM [Path/Filename.qvd](qvd);
Can I somehow change the default writing of the "FROM" and "LOAD" on serverSide, e.g. make it UpperCamelCase ?
Best