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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Unknown Load Statement Error.... Stuck!

Hi,

 

I'm trying to use the following script :

Table:
LOAD
ID ,
NUM,
Money(Sum(TOTAL_PAID)) AS Total

FROM
..\..\Data\Payment_Details.QVD(qvd)

Group by
ID,
NUM;

 

But I'm getting an 'Unknown LOAD statment error'  and can't see what could be causing the error... can anyone spot anything?

 

Thanks,

Phil

11 Replies
henkjankamphuis
Partner - Contributor
Partner - Contributor

Hello @prees959 ,

Which version of QlikView Desktop are you using?
Does the script run when placing the QVW and QVD in the same folder? ( note: remove the ..\..\Data\  when you try this)
Have you tried running this script isolated from other script?

Kind Regards,
Henk Jan Kamphuis

 

 

Anonymous
Not applicable

Hi Phil,

In your Table LOAD statement there is space between ID and comma-sign which is likely causing the issue. 

Table:
LOAD 
ID ,
........

 

Best regards,

Micheal