Hi, we have return the values from Query1 and need use all values in filter the Query2, any idea for use multiple data store elements ?
3.2.18 Store Data in a Data Store for Later Use
You create one data store per iView. To do so, you can place a single data store instance in
the model, or, for convenience purposes, you can place multiple data store elements, all pointing to the same data store.
The connecting lines to the input port of the data store are of data mapping type. The values in the data store are accessed using expressions.
you can place multiple data store elements
Any idea or blog for check how implemenintg ?
Thank you.