Hello Dojo,
Is it posible to perform this operation with the sequence tag?
parameter1= parameter1*10^parameter2
Flavio Meneses [SLC] [DevOps Enabler] Answered question 2 days ago
Hi Fernando,
Am I correct in assuming that you are referring to the sequence element of the interprete tag in the connector to perform a mathematical operation? If so, I believe you should be able to do something like this:
<Sequence noset="true">factor:10;pow:id:2</Sequence>
Docs: Sequence element | DataMiner Docs
Hope this helps!
Flavio Meneses [SLC] [DevOps Enabler] Answered question 2 days ago