Вопрос

we need to know how many items are there for the due date column (DueDate) for the month april and march

how do we setup a view which shows the number of items for each month ?

any help would be appreciated..

Это было полезно?

Решение

You need to create a calculated column which with formula as "MONTH([Due Date])". And data type select "Number".

Then filter the list view as calculated column equal to 3(for march) or 4(for April).

enter image description here

And in the Totals section, select Count for Due Date column (Mine is Modified column):

enter image description here

The count will return under the header:

enter image description here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top