happyIndian100
Programmer
Hi All,
i have a crystal report out put like this:
Code Total Rcvd Total Outstanding
-----------------------------------------
ADD 100 10
ADC 50 5
ADC_CD 12 10
ADC_AB 100 15
CSF 30 5
Now the requirement is to sum all the codes which start with "ADC"
The output should be like the following:
Code Total Rcvd Total Outstanding
-----------------------------------------
ADD 100 10
ADC 162 30
CSF 30 5
Please help me to write the Formula to acheive this.
Thank you in advance
i have a crystal report out put like this:
Code Total Rcvd Total Outstanding
-----------------------------------------
ADD 100 10
ADC 50 5
ADC_CD 12 10
ADC_AB 100 15
CSF 30 5
Now the requirement is to sum all the codes which start with "ADC"
The output should be like the following:
Code Total Rcvd Total Outstanding
-----------------------------------------
ADD 100 10
ADC 162 30
CSF 30 5
Please help me to write the Formula to acheive this.
Thank you in advance