Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Below is my script:
check your script.
I think the line JoinCUST_ORDER_LINE_ID, is wrong.
Regards
Martin
As @martinpohl already pointed out, there is a missing space or linebreak after the join statement.
The line
FROM $(QVDLOCATION)ACCOUNT_PERIOD.QVD (QVD)
might throw an error if the QVDLOCATION variable contains a space. To make sure everything is correctly interpreted I would enclose the path in either square brackets or quotation marks:
FROM [$(QVDLOCATION)ACCOUNT_PERIOD.QVD] (QVD)
Thank you everyone, it does work without the Join field but I need it in my model to join the table to others. It says memory exceeded when I tried grouping by the Join field as well
You don't need a group by if these are written in an expression
Add this field in the group by:
JoinCUST_ORDER_LINE_ID