B
BillC
I have report based upon a query that has the following informaton:
Pt Acct CPT Code Description Status Tot Adj Pmt
37819 24120 xxxxx T $1,064.07
37819 24105 yyyyy T $1,064.07
37819 90784 zzzzz X $45.79
37819 73070 aaaaa X $40.55
I need to create a calculated field in the report that looks at the status
code and determines if it is "T" then pay the first "T" at 100%, the next
record for the pt acct with a status code of "T" would pay 50%. "X" is
always paid at 100%. There can also be a status code of "N" which does not
get paid. What is your suggestion to solve this?
Pt Acct CPT Code Description Status Tot Adj Pmt
37819 24120 xxxxx T $1,064.07
37819 24105 yyyyy T $1,064.07
37819 90784 zzzzz X $45.79
37819 73070 aaaaa X $40.55
I need to create a calculated field in the report that looks at the status
code and determines if it is "T" then pay the first "T" at 100%, the next
record for the pt acct with a status code of "T" would pay 50%. "X" is
always paid at 100%. There can also be a status code of "N" which does not
get paid. What is your suggestion to solve this?