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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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;