Minimum & Maximum Values in Crystal Reports 2008 Column
Posted
by GregD
on Stack Overflow
See other posts from Stack Overflow
or by GregD
Published on 2009-01-23T23:21:54Z
Indexed on
2010/04/27
4:33 UTC
Read the original article
Hit count: 345
crystal-reports
|formula
Say I have this column returned in a command for Crystal:
deposit_no
123
130
125
124
126
127
128
129
and I need to have this in the report title:
Includes deposits between 123 - 130
I've tried a running formula for minimum and maximum and they aren't returning the correct values no matter how I manipulate them. I've tried evaluate for every record, on change of the deposit_no field, etc. I have no grouping on this report.
Edited to add: While I preferred to handle this on the CR side of things, I changed my command to include what mson wrote below. So technically, mson had the correct answer.
© Stack Overflow or respective owner