List sibling records given a child record [message #5880] |
Sat, 17 September 2016 23:53 |
kong
Messages: 90 Registered: December 2011
|
Member |
|
|
The framework works great for tables with parent child relationships and solving drill down needs, for example list all child records given a parent record (i.e. list all child records with the parent that is the selected parent record) can be implemented easily with a LIST2 parent->child transaction pattern. However, I struggle when the need is to list all sibling records given a child record (i.e. list all records with the same parent as the selected child record). Because there is no parent child relationship between sibling records, a standard LIST2 child->child pattern does not appear to work.
What is the best way to go about solving such need?
|
|
|