Add Global Filter on Top of Page That apply on multiple Models

Hi Anna,

Got it solution for that issue.

If we are using multi select options then in Condition.value we will got blank value.
So in that case we have need to use Condition.Values. It will return array of selected values.

In attached screen shot you will see more details regarding value and values property.

In snippet you can use as follows:

CurrentPropertiesModel.setCondition(condition,condition. values );

Thanks,
Rajendra