Jan 11, 2008 #1 Simon9999 Technical User Oct 25, 2006 105 GB Hi all Does anybody know if there is an equivalent to countif / sumif in crystal xi? Thanks Simon
Jan 11, 2008 2 #2 lbass Technical User Feb 9, 2002 32,816 US This is a two-step process. Create formulas like this: //{@forcount}: if {table.field} = "A" then 1 //{@forsum}: if {table.field} = "A" then {table.amt} Then insert a sum (not a count for either one) on the formula at the group and/or grand total level. -LB Upvote 0 Downvote
This is a two-step process. Create formulas like this: //{@forcount}: if {table.field} = "A" then 1 //{@forsum}: if {table.field} = "A" then {table.amt} Then insert a sum (not a count for either one) on the formula at the group and/or grand total level. -LB