I have a field that I need to group on that frequently has nulls. The data source is a SQL stored procedure. I created the following formula.
IF {sp_ProductionSchedule;1.job_no} = "1" THEN
"LINE 1"
ELSE IF {sp_ProductionSchedule;1.job_no} = "2" THEN...
I am using Crystal 7. I have a crosstab report that has customer and year in the row area, a formula which translates a period number(1,2,etc..) to a label(Jul,Aug,etc..) in the column area, and the sales quantity in the summarized field. The report summarizes all months in the Total column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.