<?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: Goodbye Reports, Hello BI Publisher and Logica&#8217;s BIP booklet!</title>
	<atom:link href="http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/</link>
	<description>Blogging about Oracle Applications</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Phil Woods</title>
		<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/comment-page-1/#comment-21547</link>
		<dc:creator>Phil Woods</dc:creator>
		<pubDate>Tue, 28 Sep 2010 12:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=198#comment-21547</guid>
		<description>&quot;want to do something on the first page of a repeating group&quot;

Only way i&#039;ve found to fix this is:

  
   
   
 


I haven&#039;t mastered the templating properly yet so i&#039;ve have to duplicate everything from then on.</description>
		<content:encoded><![CDATA[<p>&#8220;want to do something on the first page of a repeating group&#8221;</p>
<p>Only way i&#8217;ve found to fix this is:</p>
<p>I haven&#8217;t mastered the templating properly yet so i&#8217;ve have to duplicate everything from then on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RD</title>
		<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/comment-page-1/#comment-19163</link>
		<dc:creator>RD</dc:creator>
		<pubDate>Thu, 10 Jun 2010 00:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=198#comment-19163</guid>
		<description>Surprisingly, I am never able to find anyone complaining about the disadvantages of BI Publisher. As someone who&#039;s primary job responsibility is creating reports, I can tell yo that BI/XML Publisher has some big problems. And it seems that being able to make templates in MS Word blinds everyone to these major problems.

I do indeed use XML Publisher, and I find it very useful in some cases. The one case in which I find it useful is where there is a data set, and different people want to view different sub-sets of the data, or view it summed or grouped in different ways. In this case, if the users want simple output, then XML Publisher works great.

Where one starts to run into problems is when you want to make professional looking documents. Specifically ones that appear as though they were printed on pre-printed stationary. There are indeed examples of how to do this, but this is ONLY if your details line height will never change, and not only that, but it is quite complicated.

The next case where you run into problems, is when you want to do something on the first page of a repeating group. Now, I know about the beginning and end sections of the entire report, and I am not referring to this. What I am referring to is when you have a for-each, and one iteration will span multiple pages, and you want one thing to print on the first page of that iteration, and something else on the rest of the pages of that group iteration. I have not found a solution to this yet, but if there is a solution, it is not as simple as adding a single setting or tag.

Both of the examples I gave are mind blowingly simple in Oracle Reports. And these are not the only cases where something extremely simple in Oracle Reports is either impossible or extremely difficult in XML Publisher.

I disagree with some of the disadvantages listed for, what I assume is, Oracle Reports:

2. Not a user-friendly interface

I find Oracle Reports to be quite user friendly. The XML Publisher interface in MS Word, in my opinion, is friendly if you only use the wizard, and don&#039;t want to do anything complex. If you do, you have to use obscure tags, many of which are not well explained in the developer&#039;s manual, or are not there at all.

6. Extensive tool training

I agree with this point, but again, only if someone is using the wizard in MS Word. If you are going to do something very, very simple, such as displaying tabular data, you can do all of this with the wizard, and training is almost nil. But, if you want to do much work in the medium to advanced level, this is where Oracle Reports really excels. One can be trained to work at this level very easy in Oracle Reports, but training someone to make XML Publisher reports at this level would be quite difficult.

7. High development costs

See above.

Certainly I don&#039;t want to say that BI/XML Publisher is worthless. It absolutely has cases where it is great, but a complete replacement for Oracle Reports it is not. As I said before, so many simple features of Oracle Reports are either missing or difficult. Someday, as they continue to develop the tool, it may be able to replace Oracle Reports, but that day is not today, and I don&#039;t see that happening for quite some time to come.</description>
		<content:encoded><![CDATA[<p>Surprisingly, I am never able to find anyone complaining about the disadvantages of BI Publisher. As someone who&#8217;s primary job responsibility is creating reports, I can tell yo that BI/XML Publisher has some big problems. And it seems that being able to make templates in MS Word blinds everyone to these major problems.</p>
<p>I do indeed use XML Publisher, and I find it very useful in some cases. The one case in which I find it useful is where there is a data set, and different people want to view different sub-sets of the data, or view it summed or grouped in different ways. In this case, if the users want simple output, then XML Publisher works great.</p>
<p>Where one starts to run into problems is when you want to make professional looking documents. Specifically ones that appear as though they were printed on pre-printed stationary. There are indeed examples of how to do this, but this is ONLY if your details line height will never change, and not only that, but it is quite complicated.</p>
<p>The next case where you run into problems, is when you want to do something on the first page of a repeating group. Now, I know about the beginning and end sections of the entire report, and I am not referring to this. What I am referring to is when you have a for-each, and one iteration will span multiple pages, and you want one thing to print on the first page of that iteration, and something else on the rest of the pages of that group iteration. I have not found a solution to this yet, but if there is a solution, it is not as simple as adding a single setting or tag.</p>
<p>Both of the examples I gave are mind blowingly simple in Oracle Reports. And these are not the only cases where something extremely simple in Oracle Reports is either impossible or extremely difficult in XML Publisher.</p>
<p>I disagree with some of the disadvantages listed for, what I assume is, Oracle Reports:</p>
<p>2. Not a user-friendly interface</p>
<p>I find Oracle Reports to be quite user friendly. The XML Publisher interface in MS Word, in my opinion, is friendly if you only use the wizard, and don&#8217;t want to do anything complex. If you do, you have to use obscure tags, many of which are not well explained in the developer&#8217;s manual, or are not there at all.</p>
<p>6. Extensive tool training</p>
<p>I agree with this point, but again, only if someone is using the wizard in MS Word. If you are going to do something very, very simple, such as displaying tabular data, you can do all of this with the wizard, and training is almost nil. But, if you want to do much work in the medium to advanced level, this is where Oracle Reports really excels. One can be trained to work at this level very easy in Oracle Reports, but training someone to make XML Publisher reports at this level would be quite difficult.</p>
<p>7. High development costs</p>
<p>See above.</p>
<p>Certainly I don&#8217;t want to say that BI/XML Publisher is worthless. It absolutely has cases where it is great, but a complete replacement for Oracle Reports it is not. As I said before, so many simple features of Oracle Reports are either missing or difficult. Someday, as they continue to develop the tool, it may be able to replace Oracle Reports, but that day is not today, and I don&#8217;t see that happening for quite some time to come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/comment-page-1/#comment-10563</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=198#comment-10563</guid>
		<description>I&#039;m afread we have only hardcopies (in Dutch only) available...</description>
		<content:encoded><![CDATA[<p>I&#8217;m afread we have only hardcopies (in Dutch only) available&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Brandemuehl</title>
		<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/comment-page-1/#comment-10406</link>
		<dc:creator>Jim Brandemuehl</dc:creator>
		<pubDate>Sun, 26 Jul 2009 13:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=198#comment-10406</guid>
		<description>How do I down load a soft copy</description>
		<content:encoded><![CDATA[<p>How do I down load a soft copy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sener Aytemir</title>
		<link>http://bloggingaboutoracleapplications.org/goodbye-reports-hello-bi-publisher-and-logicas-bip-booklet/comment-page-1/#comment-7975</link>
		<dc:creator>Sener Aytemir</dc:creator>
		<pubDate>Wed, 25 Mar 2009 08:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/?p=198#comment-7975</guid>
		<description>Hi Klasien,

Is it also possible to download a digital version of this book?

Thanks for the great post and book.</description>
		<content:encoded><![CDATA[<p>Hi Klasien,</p>
<p>Is it also possible to download a digital version of this book?</p>
<p>Thanks for the great post and book.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

