Hi
I have got a question; I have a few datasets that return the same fields just with different criteria in the SQL. I want to do a link from those dataset to a new dataset that contains a select statement. However the only thing I can see is a master detail relationship which goes off one record at a time. I am looking for a data pipeleine behaviour where it queries all of the information at once. It would have been great if I use a temp table built up in memory or if I could have passed in an array DML but unfortunately that does not seem to work with select statements. Any suggestions would be appreciated.
thanks
I have got a question; I have a few datasets that return the same fields just with different criteria in the SQL. I want to do a link from those dataset to a new dataset that contains a select statement. However the only thing I can see is a master detail relationship which goes off one record at a time. I am looking for a data pipeleine behaviour where it queries all of the information at once. It would have been great if I use a temp table built up in memory or if I could have passed in an array DML but unfortunately that does not seem to work with select statements. Any suggestions would be appreciated.
thanks