Mar 16, 2007 #1 ermutigen MIS Joined Apr 6, 2006 Messages 7 Location US How can filter the sum field in a crosstab report? I want to the sum to only show values that are < 40. Thanks, e
How can filter the sum field in a crosstab report? I want to the sum to only show values that are < 40. Thanks, e
Mar 16, 2007 #2 Madawc Programmer Joined Sep 5, 2002 Messages 7,628 Location GB Depending on your Crystal version, you may be able to do a Crosstab on a formula field, Code: if {value} < 40 then {value} else 0 Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 Upvote 0 Downvote
Depending on your Crystal version, you may be able to do a Crosstab on a formula field, Code: if {value} < 40 then {value} else 0 Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10