<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Crystal Reports Consulting and Training</title>
	<atom:link href="http://crystalreportsblog.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://crystalreportsblog.com</link>
	<description>Eileen McEvoy Inc.</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:06:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Crystal Reports Running Totals using formulas</title>
		<link>http://crystalreportsblog.com/?p=25</link>
		<comments>http://crystalreportsblog.com/?p=25#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:42:29 +0000</pubDate>
		<dc:creator>Crystal Reports by Eileen McEvoy</dc:creator>
				<category><![CDATA[Crystal Reports Tips]]></category>

		<guid isPermaLink="false">http://crystalreportsblog.com/?p=25</guid>
		<description><![CDATA[With Crystal Reports you cannot create a summary field base on a formula with a summary field. What you will need to do is use-running totals. There are three formulas you are to create. One is to reset the variable you are going to create to contain the total of your running total. One is [...]]]></description>
			<content:encoded><![CDATA[<p>With Crystal Reports you cannot create a summary field base on a formula with a summary field. What you will need to do is use-running totals. There are three formulas you are to create. One is to reset the variable you are going to create to contain the total of your running total. One is to do the actual calculation and the last one is to display the running total.</p>
<p>The Reset Formula:</p>
<p>The following formula is to be place in your group header so it will reset the variable on the change of each new group. X is the name of the variable<br />
Whileprintingrecords;<br />
Numbervar X := 0</p>
<p>The Calculation Formula:</p>
<p>Place this formula in the detail section.<br />
Whileprintingrecords;</p>
<p>Numbervar X:=X +{fieldnametoaddup}<br />
***For duplicate records the formula would look like this***<br />
Whileprintingrecords;</p>
<p>If onfirstrecord or previous({fieldname})&lt;&gt;{fieldname} then<br />
Numbervar X:= X + 1<br />
***For Conditionally Suppressed Records***</p>
<p>You will have to include the suppression condition in the formula for example:<br />
Lets say you have record #51 suppressed then the formula should look like this:</p>
<p>If {fieldname} &lt;&gt; 51 then numbervar X:=X+1</p>
<p>This means the running total will only add one for every record as long as it is not 51.<br />
The Display Formula</p>
<p>Place this formula in the group footer to display the result</p>
<p>Whileprintingrecords;<br />
Numbervar X;</p>
]]></content:encoded>
			<wfw:commentRss>http://crystalreportsblog.com/?feed=rss2&#038;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Crystal Reports Blog</title>
		<link>http://crystalreportsblog.com/?p=1</link>
		<comments>http://crystalreportsblog.com/?p=1#comments</comments>
		<pubDate>Sun, 30 Oct 2011 16:09:16 +0000</pubDate>
		<dc:creator>Crystal Reports by Eileen McEvoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crystalreportsblog.com/?p=1</guid>
		<description><![CDATA[Coming this week! A blog about Crystal Reports that you will want to follow if you are a Crystal Reports user. &#160; Eileen McEvoy www.CrystalReportsBusiness.com &#160;]]></description>
			<content:encoded><![CDATA[<p><strong>Coming this week!</strong></p>
<p>A blog about Crystal Reports that you will want to follow if you are a Crystal Reports user.</p>
<p>&nbsp;</p>
<p>Eileen McEvoy<br />
<a href="http://www.CrystalReportsBusiness.com">www.CrystalReportsBusiness.com</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://crystalreportsblog.com/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

