 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How do I get a message to show when the report doesn&#8217;t return any data?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-get-a-message-to-show-when-the-report-doesnt-return-any-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-get-a-message-to-show-when-the-report-doesnt-return-any-data/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: sree1234</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-get-a-message-to-show-when-the-report-doesnt-return-any-data/#comment-59969</link>
		<dc:creator>sree1234</dc:creator>
		<pubDate>Mon, 16 Feb 2009 17:31:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-59969</guid>
		<description><![CDATA[Try like this, not sure:

WhilePrintingRecords;

whileprintingrecords;
global numbervar RowCount;

RowCount := RowCount + 1;


if RowCount = 0 then

&#039;No Data Found&#039;
else True;]]></description>
		<content:encoded><![CDATA[<p>Try like this, not sure:</p>
<p>WhilePrintingRecords;</p>
<p>whileprintingrecords;<br />
global numbervar RowCount;</p>
<p>RowCount := RowCount + 1;</p>
<p>if RowCount = 0 then</p>
<p>&#8216;No Data Found&#8217;<br />
else True;</p>
]]></content:encoded>
	</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/10 queries in 0.033 seconds using memcached
Object Caching 267/273 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 21:11:35 -->