Barkley564
Technical User
I'm using CR10 with SQL server.
I have a report that correctly ranks YTD performance. I also need it to rank MTD performance.
Example:
USER MTD RANK YTD RANK
111 4 1
021 1 2
303 3 3
... etc
I need the report listed in order by YTD rank. I tried a subreport for MTD rank, and it works, but the processing time is not acceptable (20k records in the file and 500 users to report)
My thought for a soultion is to gather the MTD rank in a single subreport array and pass it back for use in the main report, but I can't seem to make it work. The user field is unique and could be used to track the MTD ranking.
I've not done an array before, so if that is the right solution can someone help me out. If there's another solution please let me know.
I have a report that correctly ranks YTD performance. I also need it to rank MTD performance.
Example:
USER MTD RANK YTD RANK
111 4 1
021 1 2
303 3 3
... etc
I need the report listed in order by YTD rank. I tried a subreport for MTD rank, and it works, but the processing time is not acceptable (20k records in the file and 500 users to report)
My thought for a soultion is to gather the MTD rank in a single subreport array and pass it back for use in the main report, but I can't seem to make it work. The user field is unique and could be used to track the MTD ranking.
I've not done an array before, so if that is the right solution can someone help me out. If there's another solution please let me know.