Hi Dojo,
I'm working on a GQI custom operator. But I want to use in the operator a custom text field from the app.
For example "Text input 1" should be passed to the GQI script. But I don't know how I can retrieve it in the script.
How can I achieve it?
Hi Stefan,
As far as I know GQI custom operators only support operations on columns. As a workaround, you could use the concatenate operation to add a column with a custom text:
You can pass the custom text to your custom operator.
In case this workaround does not fit your use case, then you will need to use an ad-hoc data source:
Hope it helps.