M
MarieG
I am querying from tables from another program.. When a user of the
program adds an item, then deletes it, the programs writes to the table like
this:
Item Count RVU Value Fee
Consult 1 1.50 $5.00
Consult 1 1.50 ($5.00)
My problem is that I need to Sum the RVU Values... I Summed the count by
counting the fee's and using: iif([fee]<0,-1,1) But I don't know
how to Sum the RVU's without counting them twice.. because if I tell my
query to show me everything >0, that takes out the negatives (that shouldn't
be counted), but the original charge shouldn't be counted either...
Ideas?
Thanks so much!!!
Marie
program adds an item, then deletes it, the programs writes to the table like
this:
Item Count RVU Value Fee
Consult 1 1.50 $5.00
Consult 1 1.50 ($5.00)
My problem is that I need to Sum the RVU Values... I Summed the count by
counting the fee's and using: iif([fee]<0,-1,1) But I don't know
how to Sum the RVU's without counting them twice.. because if I tell my
query to show me everything >0, that takes out the negatives (that shouldn't
be counted), but the original charge shouldn't be counted either...
Ideas?
Thanks so much!!!
Marie