 




<?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; REP-1401</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/rep-1401/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>rep_1401 &#8216;cf_mosrrepformula&#8217; fatal pl/sql error ora-00904 invalid identifier</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rep_1401-cf_mosrrepformula-fatal-plsql-error-ora-00904-invalid-identifier/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rep_1401-cf_mosrrepformula-fatal-plsql-error-ora-00904-invalid-identifier/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 18:41:17 +0000</pubDate>
		<dc:creator>Shadamara</dc:creator>
				<category><![CDATA[REP-1401]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to get the most repeating value on my report so i in formula column I do function cf_mostrepfomula return char is ret_val1 varchar2(20); ret_val2 vachar2(20); begin select test_result,count(test_result) testcount into ret_val1,ret_val2 from lab_trx_details where test-id=:test_id and branch_id =:branch_id having (count(test_result)&#62;1) group by test_result order by test_count if ret_val1 is not null then return(ret_val1); [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to get the most repeating value on my report so i in formula column I do </p>
<p>function cf_mostrepfomula return char is</p>
<p>ret_val1 varchar2(20);</p>
<p>ret_val2 vachar2(20);</p>
<p>begin<br />
select test_result,count(test_result) testcount into ret_val1,ret_val2</p>
<p>from lab_trx_details</p>
<p>where test-id=:test_id</p>
<p>and branch_id =:branch_id</p>
<p>having (count(test_result)&gt;1)</p>
<p>group by test_result</p>
<p>order by test_count</p>
<p>if ret_val1 is not null then </p>
<p>return(ret_val1);<br />
 else<br />
retun 0;<br />
 end if;<br />
 end;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rep_1401-cf_mosrrepformula-fatal-plsql-error-ora-00904-invalid-identifier/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.022 seconds using memcached
Object Caching 306/323 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 12:25:24 -->