cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Our model sports a couple of technical attributes see below.

Coming from PowerCenter where I would create a reusable expression with a dummy in-port reuniting the data paths after that.

How can I achieve this in DS?

Kind regards Thiemo

0 Likes
View Entire Topic
former_member187605
Active Contributor

In DS, you better use global variables. When you call a built-in function in a mapping, it will be called for every record passing thru the data flow. Calling it in a script (and assigning its result to a global variable) may save you millions of function calls.

You can simply copy and paste your technical attributes from one Query transform to another.