If a list of items are assigned to a top-level item in another list, the items are not counted when the SUM function is used.
For example, there is a module with a list of events and a line item called "Assignment", which is a list format connecting to a list named "People". Some events are assigned to "All People", which is the top-level of the "People" list. If another module is created to show the number of events (through a function like Module1.Count[Sum:Module1.Assignment]) and names of the events assigned to each person, the events that are assigned to "All People" do not show up in the number of events.
Is there a way to make these events show up?
Thanks!