Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: help in summing fields Post Reply Post New Topic
Author Message
Greg2010
Newbie
Newbie
Avatar

Joined: 26 Oct 2010
Location: United States
Online Status: Offline
Posts: 5
Quote Greg2010 Replybullet Topic: help in summing fields
    Posted: 26 Oct 2010 at 11:59pm
I have a report that summarizes by date, which works fine, but I now need it to sum by "county-(where the goods came from)" before summing by date and need to figure out how to do that
In the detail line I have the following formula field "PADEP_MUN"
if {IPDETAIL.WCLASS} = '01'  then Round({@Tons},4) else 0
 
In my group footer, I have the following formula field "L_PADEP_TOT_MUN"
ROUND(SUM({@PADEP_MUN}, {INBOUND.DATE},"monthly"), 1)
 
There is already an existing group header of INBOUND.DATE
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.