<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>p2p.wrox.com Forums - BOOK: Beginning Oracle Application Express ISBN: 9780470388372</title>
		<link>http://p2p.wrox.com</link>
		<description>This is the forum to discuss the Wrox book Beginning Oracle Application Express by Rick Greenwald; ISBN: 9780470388372 Read more about Beginning Oracle Application Express  or buy the book from your favorite retailerDownload the code for Beginning Oracle Application Express Buy chapters from this book in PDF</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 07:51:14 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://p2p.wrox.com/images/misc/rss.jpg</url>
			<title>p2p.wrox.com Forums - BOOK: Beginning Oracle Application Express ISBN: 9780470388372</title>
			<link>http://p2p.wrox.com</link>
		</image>
		<item>
			<title>Pg.84 Last Paragraph - master detail report/product name</title>
			<link>http://p2p.wrox.com/book-beginning-oracle-application-express-isbn-9780470388372/77044-pg-84-last-paragraph-master-detail-report-product-name.html</link>
			<pubDate>Sun, 15 Nov 2009 21:27:41 GMT</pubDate>
			<description>In the last paragraph of this chapter on Pg. 84, the author challenges the reader to attempt to change the PRODUCT_ID column for the PRODUCT_NAME...</description>
			<content:encoded><![CDATA[<div>In the last paragraph of this chapter on Pg. 84, the author challenges the reader to attempt to change the PRODUCT_ID column for the PRODUCT_NAME column in the master detail report in Order Items Detail.<br />
<br />
I've had a problem doing this successfully.  I was able to get it to work but it showed all orders instead of the specific order.  To no avail, I was unable to get it to work.<br />
<br />
A couple issues which seemed to be different than the previous exercise spanning pages 81-84.<br />
<br />
1. The report doesn't show up as an &quot;Interactive Report&quot;.  I got around this by creating a new Region which was an Interactive Report.  I then copied the following SQL into that report:<br />
<font size="1"><br />
select	 &quot;ORDER_ITEMS&quot;.&quot;ORDER_ID&quot; as &quot;ORDER_ID&quot;,<br />
	 &quot;PRODUCTS&quot;.&quot;PRODUCT_NAME&quot; as &quot;PRODUCT_NAME&quot;,<br />
	 &quot;ORDER_ITEMS&quot;.&quot;UNIT_PRICE&quot; as &quot;UNIT_PRICE&quot;,<br />
	 &quot;ORDER_ITEMS&quot;.&quot;QUANTITY&quot; as &quot;QUANTITY&quot; <br />
 from	 &quot;PRODUCTS&quot; &quot;PRODUCTS&quot;,<br />
	 &quot;ORDER_ITEMS&quot; &quot;ORDER_ITEMS&quot; <br />
 where   &quot;PRODUCTS&quot;.&quot;PRODUCT_ID&quot;=&quot;ORDER_ITEMS&quot;.&quot;PRODUCT  _ID&quot;<br />
order by ORDER_ITEMS.ORDER_ID ASC </font><br />
<br />
2.  I also have some confusion around the difference between the Report on Products Page and the Order Items Page since the later seems to be a &quot;Form&quot; and how that relates back to the task at hand.<br />
<br />
3.  A non-related question, somehow along the way my pages have different numbers than the examples in the book which adds confusion while trying to follow along.  Can I easily change the page name/number to reflect the same number scheme used in the book?<br />
<br />
Thank you!</div>

]]></content:encoded>
			<category domain="http://p2p.wrox.com/book-beginning-oracle-application-express-isbn-9780470388372-474/">BOOK: Beginning Oracle Application Express ISBN: 9780470388372</category>
			<dc:creator>waylock</dc:creator>
			<guid isPermaLink="true">http://p2p.wrox.com/book-beginning-oracle-application-express-isbn-9780470388372/77044-pg-84-last-paragraph-master-detail-report-product-name.html</guid>
		</item>
	</channel>
</rss>
