I have a report that does group summaries. The values that are summarized can be string or numeric. At the detail level, I check for one or the other. If it is numeric, I convert to a number, and then summarize Average and Standard Deviation. The problem is that when it is not a number, it still converts it but makes it zero, thus changing the summaries by factoring the zeros. I have tries suppressing if zero, but it still includes them in the calculation. Is there any way to ignore zeros from the summary?
Any help would be appreciated.
Any help would be appreciated.