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: 
microwin88x
Creator III
Creator III

Getting Organized to Build the Stages for my App

Hello. I'm starting to build an app for work about different tasks, where every task has a creation and finalization timestamp, there also is an employee (name) who creates that task in particular and a type of task, plus other information in more tables. I was told that, before I start to create my app with all the dashboards and graphs I need, I have to build the stages first (for example, creating my first stage for the tables related to the tasks and joining those tables, making calculations for the call time which is equal to finalization time - creation time, counting some fields with a flag and other stuff). In brief, having a fact table with all the data related to the task, and then build other stages for the rates, area, etcetera... Is this a good way to do it? Do you have any article about getting organized in building the stages so that I could know more about it? Thanks for your help!

3 Replies
Anonymous
Not applicable

Yes staging is good in many ways, as it helps you easily diagnose your code, it increases your performance of the application etc...

You can define your stages as follows

Stage 1>> Extract your data from data source and store it in qvd format in this stage.

Stage 2>> Generate your required keys (composite keys) and get only the required fields and calculations done in this stage.

Stage 3>> Build your data model here and it would act as the final input for you application.

Stage 4(Final App) >> Just load your build data model as binary load in this app and , so in this app , you just have to binary load your data model and your section access tables would be defined here.

Hope this may help you a bit....


Regards

Nitin Gupta

Not applicable

Hi,

Check out below deployment frame work , may help you

http://community.qlik.com/docs/DOC-5306

andrespa
Specialist
Specialist

Hi,

It seems like that link doesn't exist anymore. Do you still have that doc?

Cheers,

Andrés