<?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"
	>
<channel>
	<title>Comments on: Generic Charting in Application Express</title>
	<atom:link href="http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/feed/" rel="self" type="application/rss+xml" />
	<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/</link>
	<description>My meandering thoughts about Oracle, Application Express and life in general</description>
	<pubDate>Wed, 07 Jan 2009 03:18:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: MAnish</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-281176</link>
		<dc:creator>MAnish</dc:creator>
		<pubDate>Fri, 24 Oct 2008 07:26:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-281176</guid>
		<description>Hi John,
          Is there any way of passing the values from report filters dynamically to charts so that the charts can be built dynamically in apex.We tried with intereactive reports there it seem spossible automatically but the problem is we cant built 3d charts in there.
Could you pls suggest any idea.

Thanks
Manish</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
          Is there any way of passing the values from report filters dynamically to charts so that the charts can be built dynamically in apex.We tried with intereactive reports there it seem spossible automatically but the problem is we cant built 3d charts in there.<br />
Could you pls suggest any idea.</p>
<p>Thanks<br />
Manish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jes</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-83</link>
		<dc:creator>jes</dc:creator>
		<pubDate>Thu, 27 Jul 2006 06:14:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-83</guid>
		<description>Hi Mike,

Thanks for that, can you give me some more details about which browser/resolution etc you're using?</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for that, can you give me some more details about which browser/resolution etc you&#8217;re using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael A. Rife</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-81</link>
		<dc:creator>Michael A. Rife</dc:creator>
		<pubDate>Thu, 27 Jul 2006 02:15:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-81</guid>
		<description>Just a note that some of the text in the CREATE statements in your blog gets scrolled off to the right.  So for your blog readers out there, make sure you scroll all the way to the right.

Mike</description>
		<content:encoded><![CDATA[<p>Just a note that some of the text in the CREATE statements in your blog gets scrolled off to the right.  So for your blog readers out there, make sure you scroll all the way to the right.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jes</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-35</link>
		<dc:creator>jes</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:33:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-35</guid>
		<description>No problem Mark, glad you found it useful. 

Thanks for the feeback.</description>
		<content:encoded><![CDATA[<p>No problem Mark, glad you found it useful. </p>
<p>Thanks for the feeback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-34</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:28:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-34</guid>
		<description>I'm sorry to have bothered you John, my client's firewall blocked the 3 screenshot png's, so I hadn't seen your SELECT... screen.  Logging on using my phone as a modem, it's all clear as day.

Thanks, not only for not only your great solution, but your patience!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to have bothered you John, my client&#8217;s firewall blocked the 3 screenshot png&#8217;s, so I hadn&#8217;t seen your SELECT&#8230; screen.  Logging on using my phone as a modem, it&#8217;s all clear as day.</p>
<p>Thanks, not only for not only your great solution, but your patience!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jes</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-33</link>
		<dc:creator>jes</dc:creator>
		<pubDate>Wed, 12 Jul 2006 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-33</guid>
		<description>Hi Mark,

If you look at the screenshots (you may need to choose one of the larger sizes on Flickr), you should be able to see that in my chart query I'm actually performing a select on my function itself, e.g. "select link, label, value from TABLE(chart_pkg.generate(:P1_VALUE))'

You will undoutbedly need to modify this example to suit your own purposes, but it should give you a few ideas on how to achieve what you want to do.

John.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>If you look at the screenshots (you may need to choose one of the larger sizes on Flickr), you should be able to see that in my chart query I&#8217;m actually performing a select on my function itself, e.g. &#8220;select link, label, value from TABLE(chart_pkg.generate(:P1_VALUE))&#8217;</p>
<p>You will undoutbedly need to modify this example to suit your own purposes, but it should give you a few ideas on how to achieve what you want to do.</p>
<p>John.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-32</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 12 Jul 2006 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-32</guid>
		<description>Jes, I've got the chart package built and working. But I'm unclear on how I should use it to generate the chart. Should I call the "generate" function from within a series in my chart, or did you use another method to load the generated table into the chart?

Thanks!
Mark</description>
		<content:encoded><![CDATA[<p>Jes, I&#8217;ve got the chart package built and working. But I&#8217;m unclear on how I should use it to generate the chart. Should I call the &#8220;generate&#8221; function from within a series in my chart, or did you use another method to load the generated table into the chart?</p>
<p>Thanks!<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://jes.blogs.shellprompt.net/2006/05/25/generic-charting-in-application-express/#comment-2</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Thu, 25 May 2006 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>Thanks a lot Jes. This is brilliant. I never thought about using PIPELINED functions.

Cheers
Amar</description>
		<content:encoded><![CDATA[<p>Thanks a lot Jes. This is brilliant. I never thought about using PIPELINED functions.</p>
<p>Cheers<br />
Amar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
