 




<?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>IT Answers &#187; Formula Workshop</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/formula-workshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 22:05:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Leak rate trigger</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/leak-rate-trigger/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/leak-rate-trigger/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:49:21 +0000</pubDate>
		<dc:creator>Adam43</dc:creator>
				<category><![CDATA[Conditional expressions]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Formula Workshop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If I have a cell that has &#62;=50 AND another that has &#62;=15 then I want the cell with this formula to read YES, if either of the two cells are not &#62;= those numbers then the cell should read NO.]]></description>
				<content:encoded><![CDATA[<p>If I have a cell that has &gt;=50 AND another that has &gt;=15 then I want the cell with this formula to read YES, if either of the two cells are not &gt;= those numbers then the cell should read NO.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/leak-rate-trigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crystal Report Query &#8211; Birthday Formula</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/crystal-report-query-birthday-formula/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/crystal-report-query-birthday-formula/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 08:56:14 +0000</pubDate>
		<dc:creator>Burny08</dc:creator>
				<category><![CDATA[Birthdays]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Crystal Reports formulas]]></category>
		<category><![CDATA[Formula Workshop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I currently run a report that returns customer birthdays within given date perameters. I use the following formula to calculate birthdays: Date(year(CurrentDate),month({driver_details.drd_dob}), day({driver_details.drd_dob}) ) I then set parameter values to return birthdays within a certain range (e.g. start 22/12/2008 end 28/12/2008). This has been working perfectly until I try to go into 2009, (e.g. the [...]]]></description>
				<content:encoded><![CDATA[<p>I currently run a report that returns customer birthdays within given date perameters. I use the following formula to calculate birthdays: Date(year(CurrentDate),month({driver_details.drd_dob}), day({driver_details.drd_dob})<br />
)  I then set parameter values to return birthdays within a certain range (e.g. start 22/12/2008 end 28/12/2008). This has been working perfectly until I try to go into 2009, (e.g. the report for 29/12/2008 to 04/01/2009) only returns birthdays up to 31st Dec. Do you have any suggestions as to how I could modify my current formula or make a new one that will give me birthdays into next year? Any advice you have would be much appreciated!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/crystal-report-query-birthday-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formula workshop &#8211; using AND/OR</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/formula-workshop-using-andor/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/formula-workshop-using-andor/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 19:09:02 +0000</pubDate>
		<dc:creator>LouJ</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Formula Workshop]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Using the formula workshop, I am trying to display all records from 10am to 11am that have EITHER data in &#8220;field A&#8221; OR data in &#8220;field B&#8221;. What is returned are records in the correct time frame (10am-11am), that have data in the &#8220;field A&#8221;, however the records that have no data in &#8220;field A&#8221; [...]]]></description>
				<content:encoded><![CDATA[<p>Using the formula workshop, I am trying to display all records from 10am to 11am that have EITHER data in &#8220;field A&#8221; OR data in &#8220;field B&#8221;. What is returned are records in the correct time frame (10am-11am), that have data in the &#8220;field A&#8221;, however the records that have no data in  &#8220;field A&#8221; but do in &#8220;field B&#8221; are not returned.  If I switch the order of both these fields then I only get records if there is data in &#8220;field B&#8221;. </p>
<p>Whichever field I place after the OR is not working.</p>
<p>Does anyone have any ideas?  Thanks!</p>
<p>Here is the formula with the actual field names:  </p>
<p>({Termination_Call_Detail.DateTime} in DateTime (2008, 04, 21, 10, 00, 00) to DateTime (2008, 04, 21, 11, 00, 00))<br />
and<br />
({Termination_Call_Detail.SourceAgentPeripheralNumber} &lt;&gt; &#8220;&#8221;<br />
or<br />
{Termination_Call_Detail.AgentPeripheralNumber} &lt;&gt; &#8220;&#8221;)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/formula-workshop-using-andor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.017 seconds using memcached
Object Caching 443/460 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 02:12:33 -->