I have a calendar list in which there are fields for three briefings on each day. There may be two or three briefs on any given day. Each briefing is paired with a column listing the briefing type. Columns only contain data when there is a briefing.
I need to calculate the percent of the briefings that are of a given type. To this end I've created an indicator that references the list and is set to provide the percent of items in the list where:
Presentation 1 = Decision Brief OR Presentation 2 = Decision Brief OR Presentation 3 = Decision Brief
I'm finding that this is not producing an accurate percentatage, e.g., with three of 25 briefs being decision briefs, SharePoint is reports 4.92% rather than 12%.
I'm not certain what is wrong or how to correct it. Assistance much appreciated.