Hello,
I have a situation where there is no database link between 2 oracle databases that are in different servers but want to leverage values returned by a query on one database inside an in operator in another query in another database. I can do a join if it was straight forward query but these are complex queries.
So I will need to get the string values returned by a query and use them in an operator in another query.
Is this possible in Alteryx designer?
Thanks in advance