Hello Guys, Is it possible to make something like this (it is essentially a bill of materials). Groups can have multiple items and items can be in multiple groups (n-n)
Main Group XYZ
|
-----------> Item A 1 off
-----------> Item B 5 off
-----------> Sub Group QWE 2 off
|
-----------> Item C 2 off
-----------> Item A 1 off
-----------> Item D 4 off
What I want to do is get something like this rendered on the list view
Main Group XYZ
|
-----------> Item A 3 off
-----------> Item B 5 off
-----------> Item C 4 off
-----------> Item D 8 off
I can't figure out how to approach this, if you can give some ideas that would be great.