Hello!
I am trying to create a Dashboard which has 3 different data source MODELS.
I am creating the grid view as per different models, e.g. 1,2,3. Though each has its own MODEL data as per filter, when filter is set to first model 1,3 shows the same model data while 2 shows blank(as it should).
How to make 3 work the same way as 2, where 3 shows data in grid only when its model is filtered.