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

Is that possible that QDF can support multilevel relationship?

Hi Everyone

My team just started to use QDF as our development base structure. I can see the benefit for deployment and code reuse.

While my understanding is that QDF is supporting two level structure: Shared which is universal level and container level which is in separate folder.

It works perfect in these two level structure.

But for some large projects or business, two level may seems not enough, for example:

level 0 is corporate level which can be shared everywhere;

level 1 can be line of business;

level 2 can be department;

level 3 can be application.

see these 4 level structure, I don't think it can be easily supported by QDF.

I am trying to see if we organize the folders like below, it maybe supported properly:

1. we organize the folder like below:

    1 Corporate

    1.1 LOB1

      1.1.1 LOB1.Dept1

         1.1.1.1 LOB1.Dept1.App1

         1.1.1.2 LOB1.Dept1.App1

      1.1.2 LOB1 Dept2

    1.2 LOB2

      1.2.1 LOB2 Dept1

         1.2.1.1 LOB2 Dept1 App2

      1.2.2 LOB2 Dept2

         1.2.2.2 LOB2 Dept2 app2

2. The include script of every node will include all the share scripts along its number id.

    for example

     1.2.2.2 will run the include script in the folder itself and will include the script of 1.2.2 and 1.2 and 1.

In this way, we can expand the code scope to multilevel structure.

am I right?

0 Replies