Using CR11, I have a query command that looks at the database where I store my reports, and reports on all the reports I have. The data looks like this:
name location user parameter
rpt1 server bob enter date
rpt1 server bob enter rating
rpt1 server john enter date
rpt1 server john enter rating
rpt2 server bob enter date
rpt2 server bob enter rating
rpt2 server john enter date
rpt2 server john enter rating
I have it grouped on name, then on parameter, then on user, but it still lists the users twice for each report (once on each parameter).
Is there a way to suppress the users the 2nd time, so that I can display the info for each report only once:
report server, then list the parameters once each, then list the users once?
Any help is greatly appreciated, thanks!
name location user parameter
rpt1 server bob enter date
rpt1 server bob enter rating
rpt1 server john enter date
rpt1 server john enter rating
rpt2 server bob enter date
rpt2 server bob enter rating
rpt2 server john enter date
rpt2 server john enter rating
I have it grouped on name, then on parameter, then on user, but it still lists the users twice for each report (once on each parameter).
Is there a way to suppress the users the 2nd time, so that I can display the info for each report only once:
report server, then list the parameters once each, then list the users once?
Any help is greatly appreciated, thanks!