Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I need your help. I can't continue working on Qlikview as I'm receiving errors as I load the script.
Here's the error:
Table not found error
Table 'MainTable' not found
LEFT JOIN ([MainTable])
LOAD *
FROM ProjectTeam.qvd(qvd)
For your reference I will give you my current script:
[MainTable]:
LOAD *
FROM Projects.qvd(qvd);
LEFT JOIN ([MainTable])
LOAD *
FROM ProjectTeam.qvd(qvd);
STORE [MainTable] INTO MainTable.qvd;
THANKS FOR HELPING!


Hi Here it is.
It is working ... PFA..
Hey! It works! Thanks!
Just for my learning... Why the tab went advance on Main tab and what is the explanation? It'll be great so that I know how you do it. thanks again!