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 not, it is only capable of setting the parameter when it does not have a saved value at the start of the element. Shadowing another parameter is possible with either copy actions or a QAction. However, if the shadowing should stop as soon as some other logic is setting the value, then you may need an additional state stored somewhere, presumably another parameter.