Hi,
I have the below scenario in which there are two Queries from two different infoproviders.
Two Queries: Query1 and Query 2.
Query 1:
Customer | VIN No | Date
XXX | A | 01.01.2010
YYY | B | 02.01.2010
Query 2:
Customer | VIN No | Date | Qty
XXX | A | 01.01.2010 | 5
YYY | B | 02.01.2010 |10
In this case, I need to pass 'VIN No' multiple values and get the Query2 output.
Is it possible to pass multiple single values from one query in to another. Please explain.
Thanks in advance.
Haripriya