Mar 16, 2007 #1 ermutigen MIS Apr 6, 2006 7 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 Sep 5, 2002 7,628 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