Many -to - Many
Accepted Answer
-
Hello @Walter ,
usually, you'd connect different entities that are in a many-to-many relationship by using a cube. This cube would have the entities that shall be set to relate as dimensions. The relation itself will then be built by populating the cube with a non-zero value (usually a "1") for each relation.
When selecting one of those entities on the screen (or in a procedure) the other one will be selected by "Select based on Cube"—using the Relations-Cube as driver.
Best,
Helmut1
Answers
-
@Helmut Heimann thanks for your reply to my question. I will try to apply this.
Thanks
0 -
@Helmut Hermann
Are there any resources that I can explore?
Is the “ select base on cube” something I have to do, or it’s automatic?
0 -
Hi Walter,
You'll need to configure the select manually at least once on a screen then save the configuration - from there, the select will be automatic every time you navigate to the screen. You can configure it via the Select window on the screen (In design mode so you can save it), clicking on the 'Dynamic Selection' icon for the entity you'd like to be driven by the cube and then selecting the relevant cube. The following page on the Board Manual also walks through these steps with screenshots :
I hope the above helps!
0