About importing local files into my project via Dashboard

Solved!
aya
Level 3
About importing local files into my project via Dashboard

Hi,

 

I'm trying develop dashboard  for guest user.

I want to import a local file into my project via Dashboard, is there a simple way? I would like to combine it with a scenario and change the dataset  and the chart on the dashboard.

The Attachment image is for illustration purposes.If I click sinariobutton after file upload, I chart on the dashboard will change.

It may can be done with Shiny, but it is not simple, so I am looking for an easier way.

 

Best regards,

Aya Yoshizawa

0 Kudos
1 Solution
PierreB
Dataiker

Hello,

You should be able to create a standard Webapp to upload your file in a folder by following this tutorial: https://knowledge.dataiku.com/latest/kb/reporting/web-apps/Upload-to-DSS-in-a-web-app.html (Be careful, to correctly change the folder name in the python code from "box" into the name of your own folder.)

Then you can publish the webapp into your dashboard: https://doc.dataiku.com/dss/latest/webapps/dashboard.html

Hope this helps,
Pierre

View solution in original post

0 Kudos
2 Replies
PierreB
Dataiker

Hello,

You should be able to create a standard Webapp to upload your file in a folder by following this tutorial: https://knowledge.dataiku.com/latest/kb/reporting/web-apps/Upload-to-DSS-in-a-web-app.html (Be careful, to correctly change the folder name in the python code from "box" into the name of your own folder.)

Then you can publish the webapp into your dashboard: https://doc.dataiku.com/dss/latest/webapps/dashboard.html

Hope this helps,
Pierre

0 Kudos
aya
Level 3
Author

Thank you! I will try it.

Aya

0 Kudos