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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Binary load issues?

Hi All,

ia have to binary load to include other column from different qvw. Binary load is working fine now but the only issue i am facing is this screenshot .The field mentioned is actually there in main application?? Any suggestion why it is not working and giving this error??

i have attached the log

2 Replies
Anil_Babu_Samineni

Yes, The field is there? can you debug where you facing the issue? and load only 2 tables one is for TW and TW_DL then check

For a while, Try this?

TW:

....

TW_DL:

.....

Left Join(TW_DL)

Load ... Resident TW Where Match(TW.WG_SYMBOL, 'EXT')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Yes i am facing issue here only i have checked that by debuging .let me try this ??