Counting Formula Help
Crystal Reports - Version 10.
Hello everyone... I need to create a Counting Formula that will display my results in the report footer. I have two fields {FORM.ELEMENT_NAME} and {FORM.ELEMENT_VALUE}. My 'Select Expert' is set {FORM.ELEMENT_NAME} is equal to 'Region'.
FORM.ELEMENT_NAME FORM.ELEMENT_VALUE
Region Dallas
Region Dallas
Region Houston
Region Houston
Region Houston
Region Houston
Region Austin
Region Austin
I can group the regions, and using running totals, and receive this... but that’s not the results I’m looking for.
FORM.ELEMENT_NAME FORM.ELEMENT_VALUE
Region Dallas
Region Dallas
2
Region Houston
Region Houston
Region Houston
Region Houston
4
Region Austin
Region Austin
2
I want to display only the totals of each Region in the report footer...
Dallas: 2 Houston: 4 Austin: 2
Crystal Reports - Version 10.
Hello everyone... I need to create a Counting Formula that will display my results in the report footer. I have two fields {FORM.ELEMENT_NAME} and {FORM.ELEMENT_VALUE}. My 'Select Expert' is set {FORM.ELEMENT_NAME} is equal to 'Region'.
FORM.ELEMENT_NAME FORM.ELEMENT_VALUE
Region Dallas
Region Dallas
Region Houston
Region Houston
Region Houston
Region Houston
Region Austin
Region Austin
I can group the regions, and using running totals, and receive this... but that’s not the results I’m looking for.
FORM.ELEMENT_NAME FORM.ELEMENT_VALUE
Region Dallas
Region Dallas
2
Region Houston
Region Houston
Region Houston
Region Houston
4
Region Austin
Region Austin
2
I want to display only the totals of each Region in the report footer...
Dallas: 2 Houston: 4 Austin: 2