Hi is it possible to dynamically reference the .$REF field of another dynamic reference and then write a path through the first parameter?
i.e. DYN_PARAM1.$REF = "//MODULE/DYN_PARAM2.$REF"
DYN_PARAM1.CV = "//MODULE/PARAM3.CV"
That is what I am trying to do but the second line does not seem to take. Is there another way of doing this?
Thanks!
Andre Dicaire
In reply to Andre Dicaire:
You want to know:
Is that right?
If that is what you are asking then the answer is NO because your logic would be something like '^/DYN_PARAM2.$REF' which would be changing the local reference and not the destination dynamic reference. You would have to use the format '//MODULE1/DYN_PARAM1.$REF'.
Seems complicated to try to do this, what function or problem are you trying to solve with this type of configuration?