I am trying to get a count, i am looking at two dates and comparing them. If the assy was before the ship date then it is to print yes. Then I want to count the number of yes's.
Formula is called count yes:
if {BKARINVL_BBM.BKAR_INVL_ESD} > {WORKORD_BBM_1.MTWO_WIP_AFIN}
then "yes"
else "no"
I tried a running total on count yes with a evaluate w/a formula-- where {@count yes} = "yes" with no reset, but I get weird numbers
Formula is called count yes:
if {BKARINVL_BBM.BKAR_INVL_ESD} > {WORKORD_BBM_1.MTWO_WIP_AFIN}
then "yes"
else "no"
I tried a running total on count yes with a evaluate w/a formula-- where {@count yes} = "yes" with no reset, but I get weird numbers