Hello All,
I am new to SSRS Reporting. So please guide me to achieve the below requirement.
I am using Project Server 2013 and using the database and tables created by it to render reports.
I have a table Project with Columns ProjectName, ProjectTeam and Schedule (where schedule can have the value either 0 or 1.
Where 1 represents, the project is behind schedule and 0 represents, the project is on schedule)
I have grouped the table as follows : ProjectTeam, Then ProjectName and the Value has the Schedule.
So a sample output is like :
![]()
So now what I need is the total number of Projects which are behind schedule and on schedule in a particular team.
ie., Like Team 1 = 2, Team 2 = 1 and Team 3 = 3 separately, so that I can build a table or chart out of it as
![]()
So how do I achieve this using Reporting Services?
I want a general formula for this, so that in future even if a new team is added it should work. I dont want to use the formula to check Iff(ProjectTeam = "Team1") and so on.
I could not able to pull the sum for each Team using the expressions as well.
So please guide me how to achieve this.
Thanks,
shanky