I'm creating some reports in Crystal version 7 with SQL Server 7, and have found the running totals to be troublesome. (My data sources are stored procedures.) The simplest of requirements (sum everything) can leave out a number and cause an incorrect result. I read one of the FAQs posted here on how to do running totals, and even it noted that I should use running totals at my own risk with versions 7 and lower. While it did help my sanity and my ego, I cant say that increases my faith in the product.
Has anyone else run into this problem? And is it truly a common error that I should avoid like the plague by doing all and any math in my stored procedures?
I appreciate the insight.
WDFog
Has anyone else run into this problem? And is it truly a common error that I should avoid like the plague by doing all and any math in my stored procedures?
I appreciate the insight.
WDFog