User bio
404 bio not found
Member since Feb 17, 2023
Posts:
Replies:
Hi Brett, I edited .code-workspace by replacing "isfs-readonly" with "isfs" and it worked. Thank you!
I also found clarification here: Edit Code Directly on an InterSystems Server | Use Visual Studio Code as a Development Environment for InterSystems Applications | InterSystems Components and Tools
Hi Julian, no I don't get this option
Certifications & Credly badges:
Lukasz has no Certifications & Credly badges yet.
Global Masters badges:
Lukasz has no Global Masters badges yet.
Followers:
Lukasz has no followers yet.
Following:
Lukasz has not followed anybody yet.
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. :)