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

Qlikview 4 level development

Hi,

can anyone explain or teach me how to implement this kind of development in qlikview.

Because right now what i am just doing is i have two steps, extracting data from the data source

then transform dump to qvd > dashboard to connect to the qvd. Someone told me that there is an advance process, the 4 level implementation

Extract > transform > master application > client dashboard

2 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

There is no hard and fast rule. You can go by any method. The method which you apply will also depends on the requirement you have.

You can follow any of the below procedure.

Procedure 1:

          1) Extract.qvw  --> for pulling data from Database and storing it in Qvd. You can also add the transformation code inside this file.

          2) Dashboard.qvw --> Create the Dashboard using this Qvd;

Procedure 2:

          1) Extract.qvw  --> for pulling data from Database and storing it in Qvd. You can also add the transformation code inside this file.

          2)DataModel.qvw -->  Pull the Data from the Qvd and Create the data model (Link the tables).   

          3) Dashboard.qvw --> Use the datamodel.qvw to create dashboard.

Procedure 3:

          1) Extract.qvw  --> for pulling data from Database and storing it in Qvd.

              

          2) Transformation.qvw  -> You can also add the transformation code inside this file and create qvd out of it.

          3)DataModel.qvw -->  Pull the Data from the Qvd and Create the data model (Link the tables).   

          4) Dashboard.qvw --> Use the datamodel.qvw to create dashboard.

The above procedures will depends on your requirements and your business scenarios.

Deepak

Not applicable
Author

Hi Deepak,

Could you please explain in detail in which scenario you prefer which procedure as explained above?

Please also provide some examples if you have.

Thanks & Regards,

Anosh Nathaniel