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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fetching Same Field from Same Names

My Code is:

Load *;

sql select VAPMA~KUNNR VBPA~KUNNR

FROM VAPMA INNER JOIN ON (VAPMA~VBELN = VBPA~VBELN) ;

-----------------------------------------------------------------------------------------------------------------------------------

ERROR : KUNNR is already declared.

while I am fetching data from sap. I require both KUNNR fields .

3 Replies
llauses243
Creator III
Creator III

Hi, good luck, Luis

Not applicable
Author

Same error continue after putting comma.

suniljain
Master
Master

one solution is you have to seperately load VBPMA and VBPA and then join it in qlikview script.