Hi,
I'm trying to not do double the calculation on the DMA so i would like to use the data from some tables of an Service Protocol. However when using the Get parameter table by ID it will not use it cause an service is not an element. How can i access those tables or i'm i forced to create an adhoc datasource?
I've found that through the get parameters for elements where i can access those.
Hi Gerwin,
Maybe a possible option is to use the following ad-hoc data source:
GitHub - SkylineCommunications/SLC-GQIDs-GetAllElementsInService
This ad-hoc data source will return the elements available in a given service. From there you could use the default data sources (e.g. Get Elements, Get parameter by table ID) to retrieve information related to the element.
Hope it helps.

That might work, however i need to access the tables from the enhanched service itself.