Hi Gary,
There are many ways to do it :)
For example, if you're using DTL you most likely have a single message level transform and multiple segment level transforms.
In the message level transform you can add a code block and save a value of PV1:2 in a variable. Then you can pass that variable to a sub-transform (segment level transform) as Auxiliary value.
Then in your OBX transform, you can use that aux variable as a condition to "if" or "switch" statement.
Details for Other Actions | Developing DTL Transformations | InterSystems IRIS Data Platform 2025.1
Let me know how it went. :)
- Log in to post comments