Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Hi Thank you. I had looked at that but was told by the person that wants it that it was too hard to figure out what number was what, the format they are looking for is like a data table with clear headings like this: Area: Total: Status 1: Status 2: and then the items listed below that. Commented May 27, 2020 at 7:45
  • You could use rest to filter items you want and then count them in code.Sample:/_api/web/lists/getbytitle('test3')/items?$filter=(( Title eq 123) and (status eq 2)) Commented May 28, 2020 at 7:28
  • Hi THank you for the suggestions but I managed to achieve this by using infopath and set the default value to count items in the other list that equalled the parameters Commented Jun 23, 2020 at 8:59