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
Best Answer
-
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
Answers
-
aya Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 18 Partner
Thank you! I will try it.
Aya