Pager different selection in a container "Panel"
I would like to create a 2 panels with the same dataview but with not the same selectors. The goal is to see the data in both dataview in same time and then easily transfer data from the first layout to the second layout through a procedure.
Currently when I select a pager in the first panel, that changes also the pager in the other panel !
Do you know how I can fix that ? Do you have any idea to share ?
Thanks
Hervé
------------------------------
Hervé BEURET
Senior Controller, Budget & Control
FONDATION INSEAD
France
------------------------------
Answers
-
Hi Hervé,
This can be done but it has a condition:
1. For each section that you want to split, all the pagers in the section will have to have a member selected, otherwise the dataview will not show any data and will instead show 'Please select a value from Entity editor'.Steps on how to achieve:
1. Set the Screen Property to ATO Disabled (Don't check ATO Enabled Box)
2. Add two large Panel objects to the screen. These will hold the dataviews / pagers for your different sections. In this case one for source and one for destination.3. Change the property of both panels to be 'ATO Enabled' (Check the ATO Enabled Box)
4. Add entity editors objects to act as your pagers. Place them in the panel.
------------------------------
5. Add Dataviews into each panel that you would like to show.
Dylan Fitzmaurice
Consultant
LIGHTARC PTY LTD
Australia
------------------------------
-------------------------------------------0 -
Hi Dylan,
Many thanks for your reply.
I tried to follow your steps but I probably made mistake because I always had a message saying "you cannot drag a pager as child of an ATO" or if I do it differently I had the message saying "you cannot nest an ATO inside another one"
Thanks for your help
Hervé
------------------------------
Hervé BEURET
Senior Controller, Budget & Control
FONDATION INSEAD
France
------------------------------
-------------------------------------------0 -
Hi @Hervé BEURET,
you just need to keep in mind that any object being ATO enabled (whether screen or panel) cannot contain a pager.
An entity-editor requires ATO.
check, your screen is not ATO-enabled, like here:
put a panel on your screen, check "Enable ATO" like here
and then, go on with the other steps...
Kind regards
Helmut
------------------------------
Helmut Heimann
Senior Consultant
Board Community
Germany
------------------------------
-------------------------------------------0 -
Thanks
I made confusion between Pager and Entity editor
many thanks
Hervé
------------------------------
Hervé BEURET
Senior Controller, Budget & Control
FONDATION INSEAD
France
------------------------------
-------------------------------------------0