Hello,
Trying to figure out how to add a sub-query in the select part of OBIEE generated query.
We have two tables which cannot be joined due to some modelling issues in snow flake schema set up.
We need to take one value from the second table using a sub-select.
Select Reference,Amount,Currency,(select additional reference from partpay where partpay.reference=fullpay.reference and partpay.event_id=fullpay.event_id) from fullpay where Filter set