Can we apply Pager/Selector on a specific object only ?!
Hello there,
Is it possible to apply Pagers/Selectors in a way that they Interact or lets sat they are applied on specific objects only,
for example,
- I have Data view and a trend chart on my Dashboard,
- I have one Pager and one selector on my dashboard for filtering the data
Now what if i want to apply the Pager only on Chart and not on DataView, where as selector should be applied on all object present in Dashboard.
Is this possible to get on Board ?!
Answers
-
Hi Malav Shelat,
there are several ways to apply selections only to a certain layout within a screen.
For example, you can use a button instead of a pager that will call a procedure which will apply the selection, e.g. set by interactive selection, to a certain layoutblock:
Alternatively, you can use a panel container and enable ato.
That way you can place a pager into the same container which will only apply to the elements within the container:
As you can see, the left dataview still shows all product groups whereas in the chart in the blue container you only get information of the product group "Travel Gear".
However, the content of an object will be only displayed if the user selects actively an element of the pager (for more information check: About ATO ).
Hope this gives you some inspiration
Best regards,
Bettina
5 -
0