Hi Dojo,
I was wondering if it is possible to display an input argument based on the value selected on a previous input argument.
For example: After selecting a custom operator, we would like to see initially only a single input argument (e.g. a drop-down list):
- If we select value 'X' from the drop-down list, we should see input argument 'A' and 'B'
- If we select value 'Y' from the drop-down list, we should see input argument 'A', C' and 'D'
Use case: We currently have two custom operators that process a data source in a very similar way, however input arguments will be different depending of the parameter selected.
Thanks!
Hi Miguel,
Great use-case! Unfortunately, it is corrently not possible to provide the user with additional input arguments. The current lifecycle of a custom operator only calls the 'GetInputArguments' method once.
Feel free to create a feature suggestion for this use-case.
Best regards,
Ward
lifecycle diagram of a custom operator: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Extensions/Custom_Operator/CO_Life_cycle.html
Hi Ward,
Thanks for the information.
Feature suggestion created:
https://community.dataminer.services/new-feature-suggestions/gqi-custom-operator-dynamic-input-arguments/