Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a problem which I feel should be straightforward to solve. But I can't do it...
Basically, I have a table called Data.
I then load a temp table as a crosstable, called 'tempData'.
I then left join my tables:
LEFT JOIN (Data) LOAD * Resident tempData;
Drop TABLE tempData;
Now, I want to applymap to one of the fields that was in tempData, but is now in Data.
How do I do this?
Many thanks,
Jess
Perfect! Thanks Staffan!
Knew it couldn't be as tricky as I was finding it!
Really appreciate your help.
Agreed actually - sorry Staffan ![]()
Thanks Sunny, my script is looking even neater!
Huge thanks to you both.
Jess
Resident load on Fact table should be avoid if not necessary.
Agreed ![]()