Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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