Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Kohli
Creator II
Creator II

Hi Team

i have create the my dash board into 3 satges. in QlikSense.

1) Fetch the data from oracle server and converted into qvd's  in qliksense.

2. Load that qvd's and used the Transformation in that.

3. Load the 2nd stage Qvf and generate the reports.

My Question is >>>  I have to publish the dashboard and create the task for scheduled it reload everyday. How i have to publish it?

3 Replies
YoussefBelloum
Champion
Champion

Hi,

you need to use the QMC:

  • I suppose your app was developed on Qliksense Desktop, in this case you will need to upload the App on the QMC.
  • You must publish the app on a stream for the users to be able to use it.
  • you will need to configure your data connection to point on the Drive of the server.

but what did you do on the server part already?

kenphamvn
Creator III
Creator III

Hi

assumption each stage you have One app (OracleQVD,QVDTrans,Dashboard)

  1. You do not need publish all app, just publish only Dashboard app if you want share app to other User
    1. Please refer Publish App
  2. You can create Trigger Reload app as bellow
    1. Create Daily Reload app for OracleQVD Please refer Create Reload Task (Task_1)
    2. Create Reload Trigger for QVDTrans, task will execute when Task_1 Completed Please refer Create Trigger Task (Task_2)
    3. Create Reload Trigger for QVDTrans, task will execute when Task_2 Completed


Regards

An Pham

Kohli
Creator II
Creator II
Author

It's really helpful.