Report ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that provides specific payer information and each payer
begins a new page. There are approximately 600 payers. The problem is that
the report does not report on the first payers whose names begin with A-G.
The report begins with the payors who start with H. I have checked the query
that the report is pulling from and all the payers are there. Can anyone
help me identify the cause of this. Any help is appreciated.
 
Mybe the report is not sorted, the report wont sort the records in the way it
defined in the query, to sort the report you need to use the sorting and
grouping (in the menu bar select View > sorting and grouping) and there
select the field you want to sort by
 
Check the order of your query - perhaps it is including all but not ordered
by payer names. You don't have to order the query though - you can set the
ordering directly in the report (faster and more reliable)

If this doesn't help, please post the SQL of your query, along with a
clearer description of what is not working as expected.
 
Back
Top