Dear Community
I have a main report that is linked to a datasource like so..
Employees Employees_1 Employees_2
lParentId lEmployeeID
lParentId lEmployeeID
Which gives a three tiered structure, denoting Business Unit (Employees_2), Department (Employees_1), User (Employees)
I have three sub reports with in the main report, linked on the Employee_1.lEmployeeID
So for each Department, the sub report returns the number of Entitlements, number of users and finally usage. (These are returned to the main report in Shared variables).
So the main report has three shared variables
@Entitlement
@Users
@Usage
For each Business Unit I need the sum of the @Entitlement, @Users and @Usage.
Any Idea how I would acomplish this?
Thanks
Jason
Jason Thomas
AssetCenter Consultant
Jason Thomas Consultancy Limited
[rolf]
I have a main report that is linked to a datasource like so..
Employees Employees_1 Employees_2
lParentId lEmployeeID
lParentId lEmployeeID
Which gives a three tiered structure, denoting Business Unit (Employees_2), Department (Employees_1), User (Employees)
I have three sub reports with in the main report, linked on the Employee_1.lEmployeeID
So for each Department, the sub report returns the number of Entitlements, number of users and finally usage. (These are returned to the main report in Shared variables).
So the main report has three shared variables
@Entitlement
@Users
@Usage
For each Business Unit I need the sum of the @Entitlement, @Users and @Usage.
Any Idea how I would acomplish this?
Thanks
Jason
Jason Thomas
AssetCenter Consultant
Jason Thomas Consultancy Limited
[rolf]