I have created a formula in CR7 that looks at detail and returns a string value if the number in the formula is a certain value. For example
if {@count}=1 then "Honors Certificate" else
if {@count}=2 then "Honors Medal" else
and so on. My problem is that I also need to place a total at the end of the report which counts how many "Honors Certificates" I need to order and how many of each of the other awards I need to order. I surmise that some type of formula of summary should be placed in the footer of the report, but nothing seems to work.
Can any one help?
if {@count}=1 then "Honors Certificate" else
if {@count}=2 then "Honors Medal" else
and so on. My problem is that I also need to place a total at the end of the report which counts how many "Honors Certificates" I need to order and how many of each of the other awards I need to order. I surmise that some type of formula of summary should be placed in the footer of the report, but nothing seems to work.
Can any one help?