I want to migrate a Visio Dashboard that is displaying some services with their parameters to Low code app. For this I'm trying to create a query using the "Get Services" but I can't see the data under those services.
What would be the best way to display a service and its parameters\element in Low code App?
Hi Gina,
As far as I know, currently it is not possible to get this information with the standard GQI data sources. I saw a similar question:
Dashboard – logic link between Service and Element in dashboard
A possible solution for this case is using ad hoc data sources. You could use the GQIDMS class to retrieve information from the DMA (in this case, services and elements linked to the service)
Hope it helps.