G
Guest
I tried to follow the instructions below, but I must be doing something
wrong. I have a bill number, amount, and CPT Code. I grouped by Bill Number.
I only want to see the 2 CPT Codes with the highest amounts.
I made a subreport based on a top 2 values. When the subreport runs by
itself, it shows only 2 CPT values and amounts. My understanding was that if
I placed this subreport in the Main report Billing footer and linked the bill
number fields, then it would show the top 2 values for each bill number. But
that didn't work. It shows only the top 2 values for the bills that match the
subreport when it's run by itself. Every other bill is blank.
Below is what I tried to follow from another post. I may not understand what
it is saying. What am I doing wrong.
Hi Ed, That sounds like fun. Any way, the way to approach this is to create
a report for the Members, grouped by member with a footer per member, than in
the memeber footer insert a subreport, I would probably create a generic
subreport based on the Rounds table linked by the meber number.
Now open the subreport in design view and modify the source query order by
score descending and to show only the top two
records.
This should do it.
Fons
wrong. I have a bill number, amount, and CPT Code. I grouped by Bill Number.
I only want to see the 2 CPT Codes with the highest amounts.
I made a subreport based on a top 2 values. When the subreport runs by
itself, it shows only 2 CPT values and amounts. My understanding was that if
I placed this subreport in the Main report Billing footer and linked the bill
number fields, then it would show the top 2 values for each bill number. But
that didn't work. It shows only the top 2 values for the bills that match the
subreport when it's run by itself. Every other bill is blank.
Below is what I tried to follow from another post. I may not understand what
it is saying. What am I doing wrong.
Hi Ed, That sounds like fun. Any way, the way to approach this is to create
a report for the Members, grouped by member with a footer per member, than in
the memeber footer insert a subreport, I would probably create a generic
subreport based on the Rounds table linked by the meber number.
Now open the subreport in design view and modify the source query order by
score descending and to show only the top two
records.
This should do it.
Fons