Hi,
Regarding the <DefaultValue> tag in this doc: https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.Interprete.DefaultValue.html
I'm wondering if it can take the value of another parameter instead of a hardcoded value.
Thanks.
Hi Trong,
Unfortunately, that is not possible, the DefaultValue tag is only compatible with hardcoded values.
The only option in your case would be to use a QAction triggered by an after startup trigger and then read the source parameter and set its value to the destination parameter.