Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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