Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Rehan
Creator III
Creator III

Issue Loading an Aliased Field

I am trying to load a field from Oracle and facing this issue

 

Load 

FieldName;

Select a.Fieldname

from TableA a

Getting the error  as

Field"FieldName" not found

If I don't alias the table it works fine what am I missing here 

1 Reply
lorenzoconforti
Specialist II
Specialist II

Is the issue with the preceding load?

 

Load 

a.FieldName;