I am trying to clean up a report that displays information about a network resource (resources) and a subreport (tasks) with a basic to-do list. The two reports are linked together by ResourceID.
Sample Report (how it looks now):
Objective: I want to hide any resource that has no tasks in the subreport.
[highlight]Report (Goal):[/highlight]
Notice that the Secondary Domain Controller & Terminal Server are not listed, that's because there are no tasks associated with this resource.
Can this be done, I have looked high and low. I saw some suggestions for doing a count(*), that didn't help because all the counts were 1.
(Sorry for the bad post earlier -
Sample Report (how it looks now):
Code:
[COLOR=blue][b]Primary Domain Controller [/b][Group Header]
-Install updates [detail]
-Run ipconfig
[b]Secondary Domain Controller [/b] [Group Header]
[b]SQL Server[/b] [Group Header]
-Test MSSQL 2008
[b]Exchange Server [/b] [Group Header]
-delete old accounts
[b]Terminal Server [/b] [Group Header][/color]
Objective: I want to hide any resource that has no tasks in the subreport.
[highlight]Report (Goal):[/highlight]
Code:
[COLOR=blue][b]Primary Domain Controller[/b] [Group Header]
-Install updates [detail]
-Run ipconfig
[b]SQL Server [/b][Group Header]
-Test MSSQL 2008
[b]Exchange Server[/b] [Group Header]
-delete old accounts[/color]
Notice that the Secondary Domain Controller & Terminal Server are not listed, that's because there are no tasks associated with this resource.
Can this be done, I have looked high and low. I saw some suggestions for doing a count(*), that didn't help because all the counts were 1.
(Sorry for the bad post earlier -