Question
How to pass different inputs to data flow without joining.
Hi All,
I have a requirement like I need to combine details of customer based on a unique id from two database tables. And I need this to be done for two customer IDs at a time. So now I am composing two data sets for the 2 tables for first customer and same for the other. And then I need to pass both these results in to the strategy without join(Compose) because I need both pages separately in the strategy. Could you please suggest on the above query.
Thanks!
***Updated by moderator: Lochan to add Categories***