I need a query(main) with list of Debits and Credits. I am pulling list of credits(side) from a seperate query for a specific selection and a condition in main query via replacement path, both on same ODS infoprovider. But in the side query, I cant put any selections or restrictions as they are dependent on main query result.
The side query itself when running is taking more than 5 mins due to large number of records on ODS.
My question is Can I pass selection variables from main query to side query?