Hello,
I want to retrieve an standalone parameter value from an element to use as data source for an AdHoc. How can I do this?
Thanks,
Hi, for that you'll have the use the GQIDMS class in your ad hoc data source.
With that class you can request the parameter value (or subscribe to it to provide updates), and return it as a single row in your GQI result.
Note: you can also retrieve the value through GQI by using the built-in Get parameters for elements where filtered on element ID, saves you the time and effort to create your ad-hoc data source.
Hi Maximiliano,
It is possible to use a standalone parameter displayed in a certain visualization as feed in another component including an ad hoc Data Source. This can be done clicking the link item on the input of your ad hoc Data source. Example below. The feed dropdown will show all available feeds on the dashboard or App which can be used as input for your data source.
Is that what you are looking for?