jconway
Programmer
- Dec 14, 2005
- 50
I have a report I'm creating that the users want to drill into. However, they are very specific about what they want to drill into. The report lists clients and Ageing buckets, so looks like the following:
0-30 Days 31-60 Days 61-90 Days Etc
# $ # $ # $
Client 1 5 500 2 100 10 500
Client 2 10 300 5 250 20 800
My users would like to be able to click on the 20 and see only the 20 accounts for Client 2 that are from 61-90 Days old. How I have it set up, they see all Client 2 accounts. Any input on how I get my desired result?
Thanks!
0-30 Days 31-60 Days 61-90 Days Etc
# $ # $ # $
Client 1 5 500 2 100 10 500
Client 2 10 300 5 250 20 800
My users would like to be able to click on the 20 and see only the 20 accounts for Client 2 that are from 61-90 Days old. How I have it set up, they see all Client 2 accounts. Any input on how I get my desired result?
Thanks!