Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

qmc

how to  make the model dependent on qvds, and app on model in qmc while scheduling the job

4 Replies
santiago_respane
Specialist
Specialist

Hi Manoranjan,

it would be better if you elaborate more in order to be more effective in finding a solution to your problem.

Maybe you are talking about something like three tier architecture, if so:

You should have 3 layers:

  • Extract
    • This QVW app extracts data from source and generates QVD files.
  • Model
    • Reads from QVD files and apply logic and calculations.
  • UI
    • Performs a binary load of the model and only has UI.

Then in QMC you can schedule the extract at your desired time, and chain the model and UI.

Please let me know if this helps you and if you need more info.

Kind regards,

manoranjan_d
Specialist
Specialist
Author

so i should make the time difference between these three tier , qvd as to run on 12pm data model on 12.30pm and UI on 1pm

santiago_respane
Specialist
Specialist

You can chain the tasks after the successful ending of the previous one.

In the console, in the triggers tab of the task window, you will find that you can scghedule a task based on an event from another task, you can schedule as follows:\

  • Extract -> 12:00 PM
  • Model -> Scheduled after successful execution of extract
  • UI -> Scheduled after successful execution of model

This way if any layer fails it wont affect the next ones and they wont execute, also if they take longer than expected the next ones will always run after the previous ends.

Let me know if this helps.

Kind regards,

Anil_Babu_Samineni

Here, You want to give custom object schedule, Right?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful