Hello
Bit stuck with this one and i hope I can explain it well. I have two SharePoint lists , one is the parent list and it connects to a child list via an ID - with a one to many structure>
SharePoint List A Sharepoint List B
ID 7 |-------------------------- ID7
|-------------------------- ID7
|-------------------------- ID7
I need to display the count of the ID that occurs in the second list in a gallery that connects to the first SharePoint list
For example :
In Gallery A - I have ID 7 ( SharePoint list A) ..
Now in SharePoint list B , I may have ID 7 occurring 9 times.
How do I display the count in Gallery A next to the ID ??
Something that will look like this ...
GALLERY A
ID7 - Count: 9
-----------------
ID8 - Count:11
-----------------
ID9 - Count : 4
-----------------
I need help with the logic behind the count.
Thank you in advance