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 Member
0 Likes

Thanks for the reply. Does that mean that there is no reusability of code at this point (Query) and Data Services does not know about its own functions to always return the same value within one run to optimize its code execution itself?

Former Member
0 Likes

Hello Kellner,

If you want to reuse the Query transform in other jobs/dataflows, just replicate the dataflow and and change the source and target (query will be the same) or you can copy the Query (Ctrl+C) inside the dataflow and paste in other dataflow.