I am developing a report in Crystal, and I need to do a count for a specific field that has several different statuses. For example, I have a StatusType field in my report that contains the values "In Process", "Rejected", "On Hold", or "Submitted" . I want to be able to do a count in the "StatusType" field relative to the number of "Rejected" and "Submitted" values ββin one formula. The report is grouped by "StatusType" .
I am new to writing formulas in Crystal Reports, so I would appreciate some guidelines for getting a formula that counts these two values ββin a field. Please let me know what additional information is needed or would be useful for my question.
I do not need to display the total for each type of state at the beginning / end of each group, but I would like it to be in the title of the page or report. I'm not sure it would be better. I would like to have an account of each status in one place of the report, and then be able to combine a pair of status indicators, such as "Rejected" and "Submitted" . None of the samples that I want to display should be within the body of the report or in the details, but rather in the title of the report / page.
source share