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!