Hello
I have a huge table in Access (800,000). My client wanted to be able to slice and dice the data the way she wants so I provided aggregrate data to her for order month, site, patient type, location, order doctor, test type, test, sum of tests.
This worked for her and she built pivot tables but when she tried to filter on top 10 doctors by sum of tests it didn't work correctly.
The pivot worksheet had page filters for: site, test, location, order month. On the pivot she had order doctor, patient type, test type.
How can I do this so the filter will show top 10 as required? Can filters be written with VBA? I know Excel has a limit for lines of data but can I import the data from Access in MSQuery (all 800,000 lines) so I can then also create a field for distinct count of patient visit and create all my summaries in MSQuery?
Thanks for any and all assistance!
I have a huge table in Access (800,000). My client wanted to be able to slice and dice the data the way she wants so I provided aggregrate data to her for order month, site, patient type, location, order doctor, test type, test, sum of tests.
This worked for her and she built pivot tables but when she tried to filter on top 10 doctors by sum of tests it didn't work correctly.
The pivot worksheet had page filters for: site, test, location, order month. On the pivot she had order doctor, patient type, test type.
How can I do this so the filter will show top 10 as required? Can filters be written with VBA? I know Excel has a limit for lines of data but can I import the data from Access in MSQuery (all 800,000 lines) so I can then also create a field for distinct count of patient visit and create all my summaries in MSQuery?
Thanks for any and all assistance!