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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extending a hierarchy / Mapping a field in the script onto another field

I have a table loaded as follows:

LOAD NodeFullName,
node_name,
grdOrgId,
hier_id,
[Book Name] AS book_id,
[Node Leve1 1],
[Node Leve1 2],
[Node Leve1 3],
[Node Leve1 4],
[Node Leve1 5],
Depth,
Instrument
FROM
[Hierarchy.QVD]
(qvd);

I now want to extend this hierarchy by mapping the value for the field Instrument onto [Node Level X], where X=Depth+1.
Note that we only have data for Node Levels 1-4, so no extra Node Levels need to be created.

Any suggestions are welcome!

0 Replies