Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hum one question first, are you using a lib or are you working in legacy mode ?
I have no idea... one thing is we have recently upgraded to qv12 from qv11
Ah did not saw that you were running issue on QlikView 😞 unfortunatly, my knowledge is much much much less than on sense... I fear, I will not be able to support you on a good way.
Can you give a space between your file name and (qvd) and see if that works
Table: LOAD ID , NUM, Money(Sum(TOTAL_PAID)) AS Total FROM ..\..\Data\Payment_Details.QVD (qvd) Group by ID, NUM;
Hi, that didnt work Im afraid
I have an 'exit script' directly after this ....
Maybe it's something like this: Exit-Script-not-working
- Marcus