Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I'm having this issue with a left join: It only works with the first row of my Fact table.
FACT1:
LOAD fact_yymm,
fact_code
FROM [FACT_TABLE.QVD] (qvd);
LEFT JOIN (FACT1)
LOAD fact_yymm,
fact_ddmmyy
FROM [DATE_TABLE.QVD] (qvd);
My result:
Both Qvd's are attached.
Thanks
You must be using QV12 SR1. This is a known issue and should be resolved in QV12 SR 2
You must be using QV12 SR1. This is a known issue and should be resolved in QV12 SR 2
Thanks Sunny,
for pointing into the right direction.
This issue nearly drove me mad.
Seems that the automatic update of my stand-alone client wasnt working. I was still at QV12 SR1.
How can such a basic function be bugged.
Happy New Year!
I am glad this was helpful.
Happy New Year my friend