Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to dynamically display data

Hello Expert,

I have a request like this one:

The sales region is hierarchy and the report will show the sales rep count under the selected region.

The sales rep supposed to upload in DELTA and for sales region again it is a DELTA.

Given the initial data like this one:

NodeIDParentIDNodeName
11All
21A
31B
42AA
NodeIDSales rep count
11
22
33
44

When we look the sales rep count under region A, the total count is:

Count under A = sales rep directly under A + sales rep count indirectly under A

In above case:

Count under A = 2 + 4 = 6

Above is the initial load of data. When the delta comes:

NodeIDParentIDNodeName
52AB
62AC

NodeIDSales rep count
55
66

Count under A = 2 + 4 + 5 + 6 = 17

In QlikView, it is quite a question for me because:

1). Does QlikView support DELTA load?

2). Given the DELTA load is support, when we load the hierarchy, the structure is dynamic(initial load will generate 3 NodeName fields while the DELTA load will generate two more NodeName fields), how should we apply this in the chart structure? Or how can the chart(say pivot table) know the changes of NodeName fields?

Appreciated for any comment!

HTC

0 Replies