D
Daniel Collison
The detail section of a insurance claim report provides information related
to service procedure codes. Each procedure code has a Claim Status [Claim
Status 2] of 1 (allowed) or 3 (not allowed). The claim status data element
has a numeric data type (long integer).
I would like to summarize data in report footers by claim status. For
instance, I would like to show an unduplicated count of clients associated
with allowed claims and unallowed claims. I have created one query that
provides an unduplicated client count, by claim status, for each of the
procedure codes. Instead, do I need to set up two separate queries…on that
shows an unduplicated count for claim status 1 and a second for claim status
2...and then add the two separate fields/controls to the report? Is there an
easier way of doing this?
Any suggestions would be greatly appreciated.
to service procedure codes. Each procedure code has a Claim Status [Claim
Status 2] of 1 (allowed) or 3 (not allowed). The claim status data element
has a numeric data type (long integer).
I would like to summarize data in report footers by claim status. For
instance, I would like to show an unduplicated count of clients associated
with allowed claims and unallowed claims. I have created one query that
provides an unduplicated client count, by claim status, for each of the
procedure codes. Instead, do I need to set up two separate queries…on that
shows an unduplicated count for claim status 1 and a second for claim status
2...and then add the two separate fields/controls to the report? Is there an
easier way of doing this?
Any suggestions would be greatly appreciated.