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***
Hi NithashaC,
I'm not entirely clear on the issue here.
Do you want to have two different customer pages and pass both for strategy execution?
or are you trying to load data from two different datasets and make that available for strategy execution without having to use compose?
Can you elaborate a bit more on what you are trying to achieve and why your current approach does not work?
Regards,
Henrique