Hi,
I created a dashboard but then I realized that it could be more helpful if some low code app components were available in there. So now I want to move this dashboard into a low code app.
I'm wondering if there is a quick way of achieving this in 10.3.8 as I tried the following:
- Created a new page in an existing low code app.
- Replace the JSON Data, Components and DataPool fields of the new page with the ones from the dashboard.
After doing that, I refreshed the app and tried to go into Edit Mode but the right side panel where the data of the page can be configured is blank.
Thank you!
Hi Sebastian,
Including a dashboard in an app is indeed possible by manually changing the JSON files. Although this requires very good knowledge on the internal structure of dashboards and apps. You will for instance need to move the queries from the page data pool to the app data pool.
If you're encountering that white side panel, it's due to experiencing a runtime exception. More details will be available in the console (can be seen using the developer tools by pressing F12). We can help you out further if you share this exception with us.
Additionally, the requirement of including an existing dashboard in an app is something that has come up a few times already. For this, we want to make this available in the software in the near future.
Thanks Seba!
I was actually missing the update on the DataPool of the app. With that, I was able to get the right panel working.
One thing important thing to mention in case somebody else try this, is that the feeds used in GQI might need fixed as well. I did that manually as I didn’t have a ton.