G
Guest
I have a summary report that runs formulas off the data that is pulled in.
However, I don't want the report to be cluttered with all the information so
I changed Visible to NO on the Detail Section. Currently my report has
Region Header (which pulls in all regions and sorts)
Status Header (which pulls in all the customers and sorts by status)
Then the detail section is below which I have changed to be NOT visible
(this has customer name and other fields).
But I want the report to Show all the customers with the detail information
that have a status of "pending decision" or "in progress". I tried doing it
at the report footer level so it can be a page of just customer information,
but I am not getting it right. First I tried setting the control source to
say [status]="pending decision" or [status] = "in progress"...but that didn't
work either. Any help is appreciated (if this is possible). Thanks in
advance.
However, I don't want the report to be cluttered with all the information so
I changed Visible to NO on the Detail Section. Currently my report has
Region Header (which pulls in all regions and sorts)
Status Header (which pulls in all the customers and sorts by status)
Then the detail section is below which I have changed to be NOT visible
(this has customer name and other fields).
But I want the report to Show all the customers with the detail information
that have a status of "pending decision" or "in progress". I tried doing it
at the report footer level so it can be a page of just customer information,
but I am not getting it right. First I tried setting the control source to
say [status]="pending decision" or [status] = "in progress"...but that didn't
work either. Any help is appreciated (if this is possible). Thanks in
advance.