Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hallo zusammen.
folgender Sachverhalt...
Testtable:LOAD ApplyMap(...) as Land, ApplyMap(...) as WertFrom xyz where ABC = '1';
SET v1 = 'A';SET v2 = 'B';
for 1 = 1 to 2;
Table:Noconcatenate LOAD *Resident Testtable where Land = '$(v$(i))';
Next
drop table Testtabelle;
Die ausgegeben Tabelle sieht folgender Maßen aus:
row1 / row2A / 10A / 20B / 30B / 40
Wie kann ich einen Hierarchy LOAD erstellen in dem folgende Struktur abgebildet wird:
A - 10 / 20|- B - 30 / 40
Ich hoffe man kann erkennen was das bedeuten soll.
Vielen Dank