I am using Crystal Reports 2008 and trying to build a crosstab report using a formula field I have constructed to classify the records I've pulled back. I hit upon an issue and mostly I'm trying to see if this is a limitation of Crystal Reports:
The formula checks a numeric field's value and then categorizes based ranges that are specified. However, some of the categories have overlapping ranges, and I'm trying to get the same record to drop into both categories.
So, the formula is like this:
IF {Numeric.Value} = 26 to 30 THEN "A"
ELSE IF {Numeric.Value} = 28 to 34 THEN "B"
I was hoping to do this in a crosstab report because it would be considerably faster than building a "manual crosstab", but I thought I would check here before I went to all that trouble.
I'd appreciate any information the community could offer.
The formula checks a numeric field's value and then categorizes based ranges that are specified. However, some of the categories have overlapping ranges, and I'm trying to get the same record to drop into both categories.
So, the formula is like this:
IF {Numeric.Value} = 26 to 30 THEN "A"
ELSE IF {Numeric.Value} = 28 to 34 THEN "B"
I was hoping to do this in a crosstab report because it would be considerably faster than building a "manual crosstab", but I thought I would check here before I went to all that trouble.
I'd appreciate any information the community could offer.