One of the views in my app is an inline view, which refers to a list of entities.
I’ve duplicated this view, so I can group the entities in that list in two different ways.
(For example, one view groups entities by price, and the other by size).
The problem is, since the list is referred, it’s always refers to the first view.
How can I make it refer to the second view ? taking into account the referred list is referred from other views, an I need some views will refer to the first view, and some to second.
ref-position (i.e., inline) views are selected by the data set used by the data to be displayed. You cannot (to my knowledge) display multiple inline views for the same data set. The workaround is to create a slice that reproduces the data. The slice is considered a different data set and will be displayed using its own views.
For some reason, there’s a difference between the options displayed within the view properties.
The first (the view I need to change) has no view position option.
I’m attaching a screenshot to further explain…