How to use the filter condition of one model to another model

Thanks for your response.

We have 11 filter condition  in the table. I used the approach which is suggested by you.On the change or activate of model condition, we activated and pass the filter condition value  into the another model using merge syntax.

As of now we are setting the value as {{$Model.VC_OfferRecords.conditions.2.values}}

But in the future if any filter condition is removed or changes the sequence , then we need to update all the condition. Is there any  way to find out the index and then set the value.

I am facing the issue at the time of loading.

  1. At the time of loading, may be some of filter is previously selected so it may be show as selected.So how can we activate and set the value into another model?

  2. At the time of loading, may be filter is not selected , then  how can we identify the filter is selected or not and pass the value at the time of loading?

Thanks,
Geeta Garg