How to filter data based on the user in GQI?

Hi Michiel, This is indeed a common use-case that we’ll want to support soon. Unfortunately there is no good way yet to retrieve info about the current user or connection …

Generic Table (no license)

Hi Praveen, Most likely, this connector has not been made available yet for you to deploy from the catalog. If this would be one of the five connectors you wish …

Generic Table (no license)

Hi Praveen, I see you are using the Free DataMiner System. This system allows you to select 5 drivers from our Catalog. You can contact the DataMiner Licensing Group (dataminer.licensing@skyline.be) …

Personalized Application Logo

Hi Ana, The icon of a connector application is always defined directly in the connector code indeed. To my knowledge it’s not possible to open an svg from a folder. …

SetParameter method output issues

If your trying to trigger a button you will need this: element.setParameter(10140,1); try this in your code first if it is in a Table then it would be element.setParameter(10140, *key …