Hi, I have built up quite a number of queries in Dashboards. I would like to not build an app around the Dashboards I have built. Is it possible to import a Query from Dashboard from Low Code App (LCA), or do I have to reconstruct each query in LCA?
Hi Bing,
As of now there is no way to easily do this.
You can however go into the dashboard json, copy the query and put it in the json of the application.
Hi Miguel,
You could indeed get the query from the request. The easiest way however is to just copy it from the datapool of the dashboard to the datapool of the app.
Hi Robin,
Thanks for the recommendation!
Hi Robin,
Is it not an option to partially use the method described to import the GQI query from a dashboard in the DataAggregator:
https://docs.dataminer.services/user-guide/Advanced_Modules/Data_Aggregator/Data_Aggregator_queries.html
Instead of storing the content in a separate json file, we could added it to an existing LCA?