Hello. - Hello.
As the title says, when the same screen is opened in multiple tabs,
Is it possible to separate the cube of selected values used in that screen?
Example: "DisplayEntity" member =A,B,C,...,Z,not selected
"parent1" member =A~G,H~N,O~U,V~Z,not selected
"parent2" member =1,2,not selected
Relationship: child "DisplayEntity" - "parent1" - "parent2" parent
The above entities are selected in the screen by the following process without using selectors.
(Initial selection is not selected)
parent2Selection・・・"parent2" is selected and "Parent2_SelectionValue" is set to 1.
parent1Selection・・・"parent1" is selected using "parent2_SelectionValue", with "parent2" narrowed down, and "parent1_SelectionValue" is set to 1.
DisplayEntitySelection・・・Select "DisplayEntity" to be displayed on the screen with "parent2" and "parent1" narrowed down using "Parent2_SelectionValue" and "Parent1_SelectionValue".
In such a process, "parent2_SelectionValue" and "parent1_SelectionValue" would have the value of the tab where the process was last executed when the same screen is opened in multiple tabs.
Is there anything that can be done to have a cube value for each tab, other than using a temporary cube?
Or can it be implemented in another way?