Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik View Load SQL Select Question

Hi,

Look at below two script:

Load A, B;

SQL Select field1 as A, filed as B from Table;

The result is cannot find the filed A;

But another one is

Load *;

SQL Select field1 as A, filed as B from Table;

This works, I am a bit confused why???

10 Replies
maxgro
MVP
MVP

is "A" or "a" available?

which database are you using? I tried on an Oracle dbms with ODBC and both your script works