Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hierarchy LOAD

Hallo zusammen.

folgender Sachverhalt...

Testtable:
LOAD ApplyMap(...) as Land,
     ApplyMap(...) as Wert
From 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 / row2
A / 10
A / 20
B / 30
B / 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

0 Replies