Hi there I have been trying to figure this out for ages but just keep getting incorrect figures. please help me.....
I have two calculations in a report that I am trying to combine together. I have got the two fields working which are
1)the total number of orders taken ** =Count(IIf([Call Generated Order]="Yes",0))+Count(IIf([Call Generated Order]="Would have placed",0)) **
2)the total number of payments taken ** =Count(IIf([Payment Value]>".0",0)) **
I am trying to work out the total number of records that placed an order and made a payment at the same time (not add the two together)
Many thanks for any help
cheers Jay
I have two calculations in a report that I am trying to combine together. I have got the two fields working which are
1)the total number of orders taken ** =Count(IIf([Call Generated Order]="Yes",0))+Count(IIf([Call Generated Order]="Would have placed",0)) **
2)the total number of payments taken ** =Count(IIf([Payment Value]>".0",0)) **
I am trying to work out the total number of records that placed an order and made a payment at the same time (not add the two together)
Many thanks for any help
cheers Jay