Hi Dojo,
Is there any way to export/import queries between Dashboards and Low-Code Apps? Now it is possible between different Dashboards, but it would be helpful to copy queries from Dashboards to Low-Code Apps.
Maybe it can be copied manually from a DataMiner file?
Thanks in advance!
Dani.
Hi Daniel,
It is currently not possible to import/export queries between Dashboards & LCA using the UI. Manipulating the underlying files will work, but this is very error prone and may not work in future versions.
Dashboards => LCA
- Locate the dashboard with the query in C:\Skyline DataMiner\dashboards.
- Open the DB_NAME.dmadb.json file & locate the DataPool property, this is an array containing all queries of the dashboard.
- Copy the desired query from inside the DataPool.
- Locate the app in C:\Skyline DataMiner\Applications\APP_GUID.
- Open the latest version folder of the app & open the App.config.json file.
- Paste the copied query config in the DataPool property
LCA => Dashboards is the same as above but from the DataPool of the app to the DataPool of the dashboard.
Thanks a lot Wout!
This will be very helpful. It would be very interesting a feature which allows us transferring information between Dashboards and Low-Code Apps. Maybe in a future DM release 😉
Thanks!