<?xml version="1.0" encoding="UTF-8"?>

<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>Pentaho Community Forums - Pentaho Reporting</title>
		<link>http://forums.pentaho.com/</link>
		<description>Report Designer, Adhoc reporting, designing reports and charts, publishing to server...</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 08:43:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.pentaho.com/images/misc/rss.png</url>
			<title>Pentaho Community Forums - Pentaho Reporting</title>
			<link>http://forums.pentaho.com/</link>
		</image>
		<item>
			<title>Query scripting in report designer</title>
			<link>http://forums.pentaho.com/showthread.php?144547-Query-scripting-in-report-designer&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 21:08:07 GMT</pubDate>
			<description>I want to query the database for all records whose name is in a user-supplied list of names. I want to do this via query scripting, by generating a...</description>
			<content:encoded><![CDATA[<div>I want to query the database for all records whose name is in a user-supplied list of names. I want to do this via query scripting, by generating a where clause that checks if the record matches something in the user-supplied list. However, I can't seem to find any documentation on query scripting in report designer; the official tutorial only mentions it in passing, and googling doesn't turn anything useful up. Ideally I'd like something that explains how query scripting works in general, but right now I just need to know how to access the value of a parameter to the report from within the script.<br />
<br />
Right now I have this code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">String value = dataRow.get(&quot;param_name&quot;)</code><hr />
</div>Where param_name is the name of the parameter in the report. However, when I actually run the report and supply the parameter, value is still null.<br />
<br />
<br />
tl;dr: Can anyone tell me how to access parameters from within a query script, and/or tell me where I can find documentation, a tutorial, or an example of query scripting in PRD?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>bcoutts</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144547-Query-scripting-in-report-designer</guid>
		</item>
		<item>
			<title>Need quick help to calculate percentage in Report Analyzer</title>
			<link>http://forums.pentaho.com/showthread.php?144541-Need-quick-help-to-calculate-percentage-in-Report-Analyzer&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 18:30:53 GMT</pubDate>
			<description>I have the following data: 
 
Student_name  Subjects  Marks   % 
John               Maths      60       60% (60/100)*100)   
                    ...</description>
			<content:encoded><![CDATA[<div>I have the following data:<br />
<br />
Student_name  Subjects  Marks   %<br />
John               Maths      60       60% (60/100)*100)  <br />
                     Science    30       30%                      <br />
                     Social       10       10%<br />
<br />
<br />
This is the general approach to calculate the percentage and the same is working on Pentaho Report analyzer tool with this data.<br />
<br />
But when I filter out to select only two subjects (Maths, Science) then the percentage is calculating as:<br />
<br />
Maths     60  66.6%<br />
Science   30  33.3%<br />
<br />
It is calculating the percentage based on the distribution of selected values. <br />
<br />
is it not possible to get same actual values as Maths: 60% and Science 30% if I deselect other values in Pentaho Report Analyzer?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>talktoswapna</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144541-Need-quick-help-to-calculate-percentage-in-Report-Analyzer</guid>
		</item>
		<item>
			<title>Help with formula for variable length rectangle</title>
			<link>http://forums.pentaho.com/showthread.php?144535-Help-with-formula-for-variable-length-rectangle&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 16:38:10 GMT</pubDate>
			<description><![CDATA[Hi All, 
This might seem like a simple request, but I'm banging my head on the wall so I thought I'd ask for help. 
 
I want to creat a rectangle in...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
This might seem like a simple request, but I'm banging my head on the wall so I thought I'd ask for help.<br />
<br />
I want to creat a rectangle in report designer that changes length with data input, so I wrote this formula = ([ordered_gross_2013]/100) * (525/100)) in the max-width area of the style section, just like the Inventory List report example in the welcome area of report designer, but for some reason the rectangle width doesn't change.  I'm sure it's something simple I'm overlooking but any help would be appreciated.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>MarkS</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144535-Help-with-formula-for-variable-length-rectangle</guid>
		</item>
		<item>
			<title>Parameter Datatype for multiple Values in PRD</title>
			<link>http://forums.pentaho.com/showthread.php?144527-Parameter-Datatype-for-multiple-Values-in-PRD&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 14:03:20 GMT</pubDate>
			<description>Hi, 
 
Can anybody tell me what is the Datatype for a multiple Parameter? 
 
I have a Dashboard with a multiselectable Static List of Strings. I...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Can anybody tell me what is the Datatype for a multiple Parameter?<br />
<br />
I have a Dashboard with a multiselectable Static List of Strings. I mapped the selection as a parameter to the report.<br />
But in the Report Designer i dont find any Datatype for the Parameter such as Array or List or sth.<br />
<br />
<br />
Thx :)</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>student</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144527-Parameter-Datatype-for-multiple-Values-in-PRD</guid>
		</item>
		<item>
			<title>Need to pass a value from Report Designer to MySQL query. Is that possible?</title>
			<link>http://forums.pentaho.com/showthread.php?144525-Need-to-pass-a-value-from-Report-Designer-to-MySQL-query-Is-that-possible&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 13:48:48 GMT</pubDate>
			<description><![CDATA[Hi Taqua, 
 
I am trying to make a report for one of our customer's requirement where we have to show the Total Amount in Words for various fields. I...]]></description>
			<content:encoded><![CDATA[<div>Hi Taqua,<br />
<br />
I am trying to make a report for one of our customer's requirement where we have to show the Total Amount in Words for various fields. I can convert number to words in mysql using a function written by us. But the challenge is, I have to sum up the fields of different records and then convert it to words. This summing up can be done easily in Report Designer by using ItemSumFunction (say Total_Sum) while in the mysql query it is equal to impossible. Is there any way of passing this Total_Sum value from the Pentaho to my mysql query.<br />
<br />
Pl note that I am using a Subreport to carry out this part of my logic.<br />
<br />
If you need, I can send you<a href="http://forums.pentaho.com/attachment.php?attachmentid=11104&amp;d=1371563529"  title="Name:  Subreport image.jpg
Views: 3
Size:  40.5 KB">Subreport image.jpg</a> the entire file.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=11104&amp;d=1371563529">Subreport image.jpg</a> 
(40.5 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Neels</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144525-Need-to-pass-a-value-from-Report-Designer-to-MySQL-query-Is-that-possible</guid>
		</item>
		<item>
			<title>Pentaho Hive2 Connection through Report Designer</title>
			<link>http://forums.pentaho.com/showthread.php?144514-Pentaho-Hive2-Connection-through-Report-Designer&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 10:38:10 GMT</pubDate>
			<description>Hi 
 
Using Pentaho trial version for evaluation. In Report Studio, trying to create a HIVE2 connection but getting no response.. 
 
Got to know with...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Using Pentaho trial version for evaluation. In Report Studio, trying to create a HIVE2 connection but getting no response..<br />
<br />
Got to know with some of the blogs that through Report Designer trial version, we cant connect to Pentaho HIVE2. Is it correct<br />
<br />
Thanks<br />
Gorav Goyal</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>gorav_goyal</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144514-Pentaho-Hive2-Connection-through-Report-Designer</guid>
		</item>
		<item>
			<title>Column freeze in pentaho html reports</title>
			<link>http://forums.pentaho.com/showthread.php?144507-Column-freeze-in-pentaho-html-reports&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 08:59:54 GMT</pubDate>
			<description>Hi, 
 
A report which contains 10 Columns. So if the user scroll left to right (First column to the last column), the first column should be...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
A report which contains 10 Columns. So if the user scroll left to right (First column to the last column), the first column should be freezed(in html).How to freeze column in report.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>spandana</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144507-Column-freeze-in-pentaho-html-reports</guid>
		</item>
		<item>
			<title>is it possible to run Classic Reporting Engine on IIS?</title>
			<link>http://forums.pentaho.com/showthread.php?144475-is-it-possible-to-run-Classic-Reporting-Engine-on-IIS&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 18:51:47 GMT</pubDate>
			<description><![CDATA[Just started a new job in a .NET shop after doing a lot of Java. Told them about how great Pentaho reporting was. I've previously embedded the PRE in...]]></description>
			<content:encoded><![CDATA[<div>Just started a new job in a .NET shop after doing a lot of Java. Told them about how great Pentaho reporting was. I've previously embedded the PRE in web pages and was wondering, since the classic engine runs independently of an app server, is it possible to embed PRE the same way. Unsure if it runs on the client or if it's running primarily on the server. I did some searches but not much turned up since it embedding the engine does not seem overly popular as it is. Does anyone know of a Pentaho level open source community product for .NET if that's not possible? Or are we stuck paying scads of money for the .NETy products?<br />
<br />
Cheers and thanks!</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>codex</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144475-is-it-possible-to-run-Classic-Reporting-Engine-on-IIS</guid>
		</item>
		<item>
			<title>Dashboard Auto Refresh - blank screen lag time</title>
			<link>http://forums.pentaho.com/showthread.php?144467-Dashboard-Auto-Refresh-blank-screen-lag-time&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 15:04:36 GMT</pubDate>
			<description><![CDATA[Hello, 
 
Does anyone have experience with this? 
 
I've created a report in Report Designer and then added it to a Dashboard.  The dashboard is a...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
Does anyone have experience with this?<br />
<br />
I've created a report in Report Designer and then added it to a Dashboard.  The dashboard is a single report and set to refresh every 60 seconds.<br />
<br />
When the report refreshes, the screen goes blank for a good 5 seconds (or longer) before returning again with refreshed data.  Is there a way to minimize this blank screen time?  The SQL query returns data instantaneously, and only returns 40 or so rows, so it is not a factor of waiting on the database.  I have tried the refresh at the Dashboard general settings - properties level, and also at the report level.  Both give pretty much the same results. <br />
<br />
The reason I am looking for this, is this report is constantly viewed on a big screen to show current results.  Having a blank screen 5 out of 60 seconds (almost 10% of the time) does not look good.<br />
<br />
Thanks,<br />
Nick</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>nmiles</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144467-Dashboard-Auto-Refresh-blank-screen-lag-time</guid>
		</item>
		<item>
			<title>Y-axis range in bar chart</title>
			<link>http://forums.pentaho.com/showthread.php?144457-Y-axis-range-in-bar-chart&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 13:14:45 GMT</pubDate>
			<description>Hello, 
 
I hope you can help me with my problem. 
 
I have a report with a bar chart, created with Pentaho Report Designer 3.9.0. The Y-axis-range...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I hope you can help me with my problem.<br />
<br />
I have a report with a bar chart, created with Pentaho Report Designer 3.9.0. The Y-axis-range and the interval for helping lines is set automatically by Pentaho. To see the automatic result I attached a litte screenshot.<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=11088&amp;d=1371474038"  title="Name:  report.jpg
Views: 5
Size:  10.2 KB">report.jpg</a><br />
<br />
My problem is that I want the y-axis-range to be higher, so that there is an interval with one helping line above my highest y-value.<br />
In the example the range should be 0-100. So that the helping line on top is higher than my highest value.<br />
There I have also attached a screenshot (with a fix setting of the range to 0-100)<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=11089&amp;d=1371474760"  title="Name:  report2.jpg
Views: 5
Size:  11.6 KB">report2.jpg</a><br />
<br />
But i can't set the range fix to 0-100, because the range of my values differs a lot.<br />
<br />
What can i do ?<br />
Is there an option like &quot;make on interval more ...&quot; ? :-)<br />
<br />
Thanks,<br />
Enrico.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=11088&amp;d=1371474038">report.jpg</a> 
(10.2 KB)
</li><li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=11089&amp;d=1371474760">report2.jpg</a> 
(11.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>_enrico_</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144457-Y-axis-range-in-bar-chart</guid>
		</item>
		<item>
			<title>Combine cells report to excel.</title>
			<link>http://forums.pentaho.com/showthread.php?144441-Combine-cells-report-to-excel&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 06:46:06 GMT</pubDate>
			<description>Hi everybody, 
 
I have a problem with Pentaho Report Designer. I have a report that contains fields with lot of words and Excel not combine cells...</description>
			<content:encoded><![CDATA[<div>Hi everybody,<br />
<br />
I have a problem with Pentaho Report Designer. I have a report that contains fields with lot of words and Excel not combine cells with properly.<br />
I would like to config a dynamic size or something that could combine cells when be necessary.<br />
<br />
I attached a picture for your comprehesion<a href="http://forums.pentaho.com/attachment.php?attachmentid=11082&amp;d=1371451526"  title="Name:  report.png
Views: 4
Size:  3.8 KB">report.png</a><br />
<br />
Many thanks! I wish you could help me.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=11082&amp;d=1371451526">report.png</a> 
(3.8 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>snake179</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144441-Combine-cells-report-to-excel</guid>
		</item>
		<item>
			<title>passing group by parameter from master report to subreport</title>
			<link>http://forums.pentaho.com/showthread.php?144374-passing-group-by-parameter-from-master-report-to-subreport&amp;goto=newpost</link>
			<pubDate>Sat, 15 Jun 2013 17:17:13 GMT</pubDate>
			<description>Hi, 
 
I use json as the datasource for my master report with only one collection. 
I group rows by field in my Report Group. Geting table details...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I use json as the datasource for my master report with only one collection.<br />
I group rows by field in my Report Group. Geting table details with everything I have after grouping I can't make <br />
explanation section for these rows (which in Details) in Group Footer.<br />
<br />
I tried to place a subreport in Group Footer with Band set to Block but the problem is that I can't iterate through rows as I did in Details section, because I'm losing Grouping parameter and I get all rows without grouping. <br />
<br />
It might sound stupid but can you suggest how to path rows to subreport with grouping condition from Master report?<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>paranormalos</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144374-passing-group-by-parameter-from-master-report-to-subreport</guid>
		</item>
		<item>
			<title>Chart Post-Processing Script for Adding Dataset</title>
			<link>http://forums.pentaho.com/showthread.php?144335-Chart-Post-Processing-Script-for-Adding-Dataset&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 21:00:44 GMT</pubDate>
			<description>I have a query that returns one row of data and I am trying to plot the data on a chart with multiple series. I am unable to use the dataset...</description>
			<content:encoded><![CDATA[<div>I have a query that returns one row of data and I am trying to plot the data on a chart with multiple series. I am unable to use the dataset collectors in the chart interface, so I thought I could create the dataset using a post-processing script. I've been unsuccessful so far. Here is my script:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">import org.jfree.data.category.CategoryDataset;<br />
import org.jfree.data.category.DefaultCategoryDataset;<br />
<br />
DefaultCategoryDataset defaultcategorydataset = new DefaultCategoryDataset();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(10D, &quot;Series 1&quot;, &quot;Category 1&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(4D, &quot;Series 1&quot;, &quot;Category 2&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(15D, &quot;Series 1&quot;, &quot;Category 3&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(14D, &quot;Series 1&quot;, &quot;Category 4&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(-5D, &quot;Series 2&quot;, &quot;Category 1&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(-7D, &quot;Series 2&quot;, &quot;Category 2&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(14D, &quot;Series 2&quot;, &quot;Category 3&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; defaultcategorydataset.addValue(-3D, &quot;Series 2&quot;, &quot;Category 4&quot;);</code><hr />
</div><br />
Any ideas? <br />
<br />
Many Thanks,<br />
Sean</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>sean.omalley</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144335-Chart-Post-Processing-Script-for-Adding-Dataset</guid>
		</item>
		<item>
			<title>Cannot get JNDI datasources working in report designer</title>
			<link>http://forums.pentaho.com/showthread.php?144332-Cannot-get-JNDI-datasources-working-in-report-designer&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 19:42:33 GMT</pubDate>
			<description><![CDATA[I'm trying to configure PostgreSQL datasources to work from JNDI. I copied over a working default.properties file from another machine to...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to configure PostgreSQL datasources to work from JNDI. I copied over a working default.properties file from another machine to ~/.pentaho/simple-jndi/default.properties, but when I test them in report designer, I get a stack trace leading to a NullPointerException. I can connect to the databases from the command line, and through report designer by connecting directly without JNDI, using the same information/credentials used in the default.properties file. Is there some log file for report designer I can consult?<br />
<br />
Is there any way I can get more info about why it's failing? It seems to fail in exactly the same way if I simply use the wrong JNDI name in report designer, and a NullPointerException is an extremely unhelpful error message.<br />
<br />
<br />
<br />
<br />
<br />
EDIT: I've been working on it a bit more, it doesn't look like it cares what I define the connection type as, it gives me the exact same error if I specify postgresql, mysql, or even the ones for which I don't have drivers. It's as if it isn't reading the default.properties file in ~/.pentaho/simple.jndi. I have also tried renaming the file to default.ini, and removing all comments per a suggestion I saw on the forums, but to no avail.<br />
<br />
I'm running 64-bit Ubuntu 12.10, with PRD 3.9.1., using PostgreSQL 9.1.9.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>bcoutts</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144332-Cannot-get-JNDI-datasources-working-in-report-designer</guid>
		</item>
		<item>
			<title>What to do in PRD when using a Java TableModel</title>
			<link>http://forums.pentaho.com/showthread.php?144313-What-to-do-in-PRD-when-using-a-Java-TableModel&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 13:34:00 GMT</pubDate>
			<description><![CDATA[This might be a simple question, but I don't know what to do in PRD when passing in a Java TableModel. 
I thought I have to make a Table data source...]]></description>
			<content:encoded><![CDATA[<div>This might be a simple question, but I don't know what to do in PRD when passing in a Java TableModel.<br />
I thought I have to make a Table data source and name the columns exactly as they are named in the TableModel. But the report preview showing up in my Java application is empty.<br />
So doesn't it work that way ??<br />
<br />
Basically I'm doing the following:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">TableModel tm = ResultSetTableModelFactory.getInstance().createTableModel(rs) ;&nbsp; &nbsp;  //&nbsp; generate a TableModel<br />
DataFactory df = new TableDataFactory(&quot;Query 1&quot;, tm) ;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; generate a DataFactory <br />
report.setDataFactory(df)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  //&nbsp; setting the DataFactory of the report object</code><hr />
</div><br />
the report object is generated like this:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">final ClassLoader classloader = this.getClass().getClassLoader();<br />
final URL reportDefinitionURL = classloader.getResource(&quot;tablemodel_report.prpt&quot;);<br />
final ResourceManager resourceManager = new ResourceManager();<br />
resourceManager.registerDefaults();<br />
final Resource directly = resourceManager.createDirectly(reportDefinitionURL, MasterReport.class);<br />
return (MasterReport) directly.getResource();</code><hr />
</div>Pleeease help!!<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>clic</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144313-What-to-do-in-PRD-when-using-a-Java-TableModel</guid>
		</item>
		<item>
			<title>Displaying the pentaho generated reports to the user</title>
			<link>http://forums.pentaho.com/showthread.php?144304-Displaying-the-pentaho-generated-reports-to-the-user&amp;goto=newpost</link>
			<pubDate>Fri, 14 Jun 2013 10:55:43 GMT</pubDate>
			<description>Hi All, 
 
Can you please help me, how to display the report generated using the pentaho tool should be shown to the End User. Basically, I just need...</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
Can you please help me, how to display the report generated using the pentaho tool should be shown to the End User. Basically, I just need to understand, how to display the report after building the report? Please forward me the steps in doing so..Thanks a lot in advance.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>mrsanketh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144304-Displaying-the-pentaho-generated-reports-to-the-user</guid>
		</item>
		<item>
			<title>embedding pentaho reports in liferay portlet</title>
			<link>http://forums.pentaho.com/showthread.php?144252-embedding-pentaho-reports-in-liferay-portlet&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 12:34:39 GMT</pubDate>
			<description>hi ,   
 
i am presently working on a project which has the following requirement  
 
 
main project :- 
 
i have a portlet whic accepts a certain...</description>
			<content:encoded><![CDATA[<div>hi ,  <br />
<br />
i am presently working on a project which has the following requirement <br />
<br />
<br />
main project :-<br />
<br />
i have a portlet whic accepts a certain values with help of a drop down . say  date, category , severity , format(pdf/html/excel)<br />
<br />
requirement :- the values accepted here should go to pentaho report and display report accordingly below this portlet in an iframe .<br />
 ps:- this project runs with the help of liferay tomcat .<br />
<br />
<br />
<br />
project 2 ( small project)<br />
<br />
this project already can genrate pentaho reports with  eclipse using Apache tomcat.<br />
ps:- here i am hardcoding all the values to be pushed to pentaho report and the pentaho report opens up in a new tab using a URL ..<br />
the flow being used here is that :-<br />
 i create following three classes <br />
1.) xml parser class<br />
2.) parametermap class<br />
3.) generator class<br />
<br />
 then i make a service class for function defination of above <br />
<br />
and then finally use a controller to handle all the functioning wherei hard code all the values<br />
<br />
i am also making a folder for prpt reports under web-inf for report fetching .<br />
<br />
<br />
<br />
so my task is to integrate the sub project with the main project and i have no freaking idea how to do it !<br />
<br />
urgent help required..<br />
!<br />
:o<br />
<br />
<br />
problem :-</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>divyaR</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144252-embedding-pentaho-reports-in-liferay-portlet</guid>
		</item>
		<item>
			<title>Subreport parameter not available in main report</title>
			<link>http://forums.pentaho.com/showthread.php?144248-Subreport-parameter-not-available-in-main-report&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 10:54:15 GMT</pubDate>
			<description>Hi 
 
Using Reporting Designer 3.9.1-GA. 16112 
 
I am using a sub report and need a result from the sub report to be available in the main report. I...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
Using Reporting Designer 3.9.1-GA. 16112<br />
<br />
I am using a sub report and need a result from the sub report to be available in the main report. I have set up an &quot;export Parameter&quot; in the sub report.<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=11066&amp;d=1371120619"  title="Name:  SubReportParameter.jpg
Views: 10
Size:  16.2 KB">SubReportParameter.jpg</a><br />
<br />
I can however not find the sub report parameter in the main report. Is there something else I need to do?<br />
<br />
Thanks<br />
Louis</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=11066&amp;d=1371120619">SubReportParameter.jpg</a> 
(16.2 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>lbecker</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144248-Subreport-parameter-not-available-in-main-report</guid>
		</item>
		<item>
			<title>java.util.prefs.BackingStoreException: Failed to write config</title>
			<link>http://forums.pentaho.com/showthread.php?144246-java-util-prefs-BackingStoreException-Failed-to-write-config&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 10:31:33 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm starting to get error while saving the report. I tried to look what the problem might be but I'm getting no clue. Version I'm using is...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm starting to get error while saving the report. I tried to look what the problem might be but I'm getting no clue. Version I'm using is 3.8. I've check the path but there's nothing. Can anyone help with this or give any tips where to start looking? <br />
<br />
Error message:<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><div style="margin-left:40px"><font size="2">java.util.prefs.BackingStoreException: Failed to write config C:\Users\msorvo\.pentaho\report-designer\user\org\pentaho\reporting\designer\recent$002dfiles\prefs.properties<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.settings.prefs.BinaryPreferences.syncSpi(BinaryPreferences.java:205)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.settings.prefs.BinaryPreferences.flushSpi(BinaryPreferences.java:248)<br />
&nbsp; &nbsp; at java.util.prefs.AbstractPreferences.flush2(Unknown Source)<br />
&nbsp; &nbsp; at java.util.prefs.AbstractPreferences.flush(Unknown Source)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.settings.RecentFilesModel.store(RecentFilesModel.java:112)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.settings.RecentFilesModel.getFilesAsList(RecentFilesModel.java:99)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.settings.RecentFilesModel.getRecentFiles(RecentFilesModel.java:61)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.ReportDesignerFrame$RecentFilesUpdateHandler.settingsChanged(ReportDesignerFrame.java:631)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.ReportDesignerFrame.createMenuBar(ReportDesignerFrame.java:1157)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.ReportDesignerFrame.&lt;init&gt;(ReportDesignerFrame.java:1033)<br />
&nbsp; &nbsp; at org.pentaho.reporting.designer.core.ReportDesigner$CreateReportDesignerFrame.run(ReportDesigner.java:137)<br />
&nbsp; &nbsp; at java.awt.event.InvocationEvent.dispatch(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventQueue.dispatchEventImpl(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventQueue.access$000(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventQueue$1.run(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventQueue$1.run(Unknown Source)<br />
&nbsp; &nbsp; at java.security.AccessController.doPrivileged(Native Method)<br />
&nbsp; &nbsp; at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventQueue.dispatchEvent(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)<br />
&nbsp; &nbsp; at java.awt.EventDispatchThread.run(Unknown Source)</font></div></code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>MSorvo</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144246-java-util-prefs-BackingStoreException-Failed-to-write-config</guid>
		</item>
		<item>
			<title>Page break after group, except for the last group</title>
			<link>http://forums.pentaho.com/showthread.php?144238-Page-break-after-group-except-for-the-last-group&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 07:50:33 GMT</pubDate>
			<description>Hi everyone 
In PRD I do a page break after a group footer. It works fine but of course, add an empty page after the last group. 
 
How can I make...</description>
			<content:encoded><![CDATA[<div>Hi everyone<br />
In PRD I do a page break after a group footer. It works fine but of course, add an empty page after the last group.<br />
<br />
How can I make the page break work for every group but the last?<br />
<br />
thks for your help</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Joris</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144238-Page-break-after-group-except-for-the-last-group</guid>
		</item>
		<item>
			<title>Formats of automated reports</title>
			<link>http://forums.pentaho.com/showthread.php?144222-Formats-of-automated-reports&amp;goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 02:17:30 GMT</pubDate>
			<description>My company is starting to get up to speed with Pentaho for some reporting we will be doing for a client. 
From what I am getting reported from my...</description>
			<content:encoded><![CDATA[<div>My company is starting to get up to speed with Pentaho for some reporting we will be doing for a client.<br />
From what I am getting reported from my developers it seems the available formats when doing automated reports run with kitchen are: xml, json, sql, text, xls<br />
<br />
<br />
We need to create some reports every night and we need to have the output in HTML or have a place where the client can go to see the reports. Is that doable? What should we be looking at?<br />
<br />
Any pointers greatly appreciated<br />
<br />
[Edit] Corrected name of tool</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>francisco-reyes</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144222-Formats-of-automated-reports</guid>
		</item>
		<item>
			<title>layout.xml file modification using WinZip</title>
			<link>http://forums.pentaho.com/showthread.php?144180-layout-xml-file-modification-using-WinZip&amp;goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 10:08:07 GMT</pubDate>
			<description>I am stuck in one issue in Pentaho Report designer.below are the details. 
 
I am modifyning the .prpt file outside the Pentaho Report designer by...</description>
			<content:encoded><![CDATA[<div><span style="font-family: century gothic">I am stuck in one issue in Pentaho Report designer.below are the details.<br />
</span><br />
<span style="font-family: century gothic">I am modifyning the .prpt file outside the Pentaho Report designer by modifying the layout.xml file but after compression it is showing <b>&quot;Unable to open the file as valid report defination&quot;</b> <b>error</b>.Below are the steps i am following.<br />
</span><br />
<span style="font-family: century gothic">1.Extract .prpt file using WinZip software<br />
</span><br />
<span style="font-family: century gothic">2.modify layout.xml file and save it.<br />
</span><br />
<span style="font-family: century gothic">3.Compress all the files using WinZip software.<br />
</span><br />
<span style="font-family: century gothic">4.Change the extension of the compressed file from .zip to .prpt.<br />
</span><br />
<span style="font-family: century gothic">5.open the file in Pentaho Report studio.<br />
</span><br />
<span style="font-family: century gothic">Please let me know if this is the regular practice to change the pentaho report outside the Pentaho report designer environment.</span><br />
<span style="font-family: century gothic">Also please let me know how can i resolve the above error.</span></div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>ShaileshS</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144180-layout-xml-file-modification-using-WinZip</guid>
		</item>
		<item>
			<title>Report with external image (URL from DB)</title>
			<link>http://forums.pentaho.com/showthread.php?144150-Report-with-external-image-(URL-from-DB)&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 22:31:39 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm learning PDI and PRD. 
 
I want to put an external image in one report. I read the path of this image with the Report Wizard. I have this...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm learning PDI and PRD.<br />
<br />
I want to put an external image in one report. I read the path of this image with the Report Wizard. I have this data:<br />
<a href="https://dl.dropboxusercontent.com/u/2477282/pentaho.jpg" target="_blank"><br />
</a><img src="https://dl.dropboxusercontent.com/u/2477282/pentaho.jpg" border="0" alt="" /><br />
<br />
My image path is 'poster'.<br />
<br />
I want to use this path and add an image to my report. If I add an image and put a path like this '<a href="http://www.pentaho.com/images/pentaho_logo.png" target="_blank">http://www.pentaho.com/images/pentaho_logo.png</a>' it works, but I want to use the path that I've read from my database.<br />
<br />
How can achieve this??<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Emerge</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144150-Report-with-external-image-(URL-from-DB)</guid>
		</item>
		<item>
			<title>Custome Settings/Parameters in a report</title>
			<link>http://forums.pentaho.com/showthread.php?144136-Custome-Settings-Parameters-in-a-report&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 16:45:24 GMT</pubDate>
			<description>We have a generic reporting capability that some users want to have certain customizations/options available.   For example, one group prefer to have...</description>
			<content:encoded><![CDATA[<div>We have a generic reporting capability that some users want to have certain customizations/options available.   For example, one group prefer to have reports default to current month/year.   Other users would prefer the most recent month.<br />
<br />
If we had a setting/variable such as &quot;CurrentMonth&quot; and had it set to 1 or 0 (true/false) we could set the default with a simple IF clause.   We have some other similar customizations that users have preferences for as well.<br />
<br />
We don't want to use Environment Variables via the CreateEngine properties file because this file could be overwritten on updates.     We were trying to figure out how to have our own properties/settings file.   We haven't found a solution exactly like that.   We don't want to query a database every time either.   So, our current thought is to create a datasource to an XML file that could be pointed to by all reports and then could get the values they need from the XML file.<br />
<br />
We are open to some suggestions or other ideas that are easier or better ...   <br />
<br />
THANKS</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>mvaccarello</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144136-Custome-Settings-Parameters-in-a-report</guid>
		</item>
		<item>
			<title>Multiple reports in one</title>
			<link>http://forums.pentaho.com/showthread.php?144127-Multiple-reports-in-one&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 13:59:00 GMT</pubDate>
			<description><![CDATA[Hi everyone, 
i'm wondering if it's possible to create a report that include other existing reports and execute them like they were subreport. 
 
Let...]]></description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
i'm wondering if it's possible to create a report that include other existing reports and execute them like they were subreport.<br />
<br />
Let me explain better:<br />
Let's assume that I've 3 reports.<br />
And suppose that I want a single PDF with the result of all 3 reports inside.<br />
There's a way to create a new report that can execute the previous 3 reports like they were subreports, passing them specific parameters? or something similar?? :P<br />
<br />
Actually I can accomplish this scheduling all involved reports and then merging pdf files with an application :/<br />
<br />
I know, it's a strange question :P but it's more a curiosity that a real problem :D<br />
<br />
Thanks ^_^</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Duncanmaster</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144127-Multiple-reports-in-one</guid>
		</item>
		<item>
			<title>Adjust height of parameter area in the Swing PreviewDialog</title>
			<link>http://forums.pentaho.com/showthread.php?144117-Adjust-height-of-parameter-area-in-the-Swing-PreviewDialog&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 10:26:27 GMT</pubDate>
			<description><![CDATA[Hello, 
I'm wondering if I can change the height of the area where the parameters are displayed in the Swing PreviewDialog?  
The reason is, that the...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I'm wondering if I can change the height of the area where the parameters are displayed in the Swing PreviewDialog? <br />
The reason is, that the area is to small and always have to adjust the height manually to see my parameters.<br />
<br />
I read something that the corresponding class may be the ParameterReportControllerPane .. !?<br />
<br />
thank you!!</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>clic</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144117-Adjust-height-of-parameter-area-in-the-Swing-PreviewDialog</guid>
		</item>
		<item>
			<title>max number of datasource connexions</title>
			<link>http://forums.pentaho.com/showthread.php?144116-max-number-of-datasource-connexions&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 10:20:58 GMT</pubDate>
			<description><![CDATA[Re-hi :), 
It's me again. Just a little question: how much datasources could we set with pentaho report designer  and pentaho server. 
If somebody...]]></description>
			<content:encoded><![CDATA[<div>Re-hi :),<br />
It's me again. Just a little question: how much datasources could we set with pentaho report designer  and pentaho server.<br />
If somebody knows.....<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>nad</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144116-max-number-of-datasource-connexions</guid>
		</item>
		<item>
			<title>Querrying multiple databases with Pentaho Report Designer</title>
			<link>http://forums.pentaho.com/showthread.php?144115-Querrying-multiple-databases-with-Pentaho-Report-Designer&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 10:15:05 GMT</pubDate>
			<description>Hi all, 
I would like to know if it is possible for PRD to execute  a sql querry wich will be applied to many datasources  ( around 60 datasources )...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
I would like to know if it is possible for PRD to execute  a sql querry wich will be applied to many datasources  ( around 60 datasources ) .  <br />
I have seen that to have information about a database , we have to set the jdbc connexion and after write some queries which will display the wanted result .<br />
But to do my report ( if I have to use this method) I would have to write the same querry 60 times (for all my datasources), and it is simply impossible because I have a lot of reports to do<br />
<br />
If anyone has a suggestion, I'm all ears.<br />
Thank you for your availibility :).</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>nad</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144115-Querrying-multiple-databases-with-Pentaho-Report-Designer</guid>
		</item>
		<item>
			<title>Use java.sql.Connection object from Java application</title>
			<link>http://forums.pentaho.com/showthread.php?144114-Use-java-sql-Connection-object-from-Java-application&amp;goto=newpost</link>
			<pubDate>Tue, 11 Jun 2013 10:14:56 GMT</pubDate>
			<description><![CDATA[Hello, 
I'm using the Swing Preview dialog to view my reports (designed in PRD) out of a Java application. 
 
Is it possible somehow to use an...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I'm using the Swing Preview dialog to view my reports (designed in PRD) out of a Java application.<br />
<br />
Is it possible somehow to use an existing java.sql.Connection object as the JDBC connection?<br />
<br />
I need this because I have many different database connections (with 'dynamic' database names) and I don't want to have the credentials beeing exposed in some kind of PRPT or JNDI file.<br />
<br />
The other option I was thinking of is to access the connection properties via JavaScript in PRD - but unfortunately I couldn't find any detailed information on the web...<br />
<br />
Thanks very much!!</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>clic</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144114-Use-java-sql-Connection-object-from-Java-application</guid>
		</item>
		<item>
			<title>customize parameter list box</title>
			<link>http://forums.pentaho.com/showthread.php?144091-customize-parameter-list-box&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 23:54:18 GMT</pubDate>
			<description><![CDATA[I need a single select list box to be stretched out a bit more than the default size. i  couldn't find any property that does that. Can it be...]]></description>
			<content:encoded><![CDATA[<div>I need a single select list box to be stretched out a bit more than the default size. i  couldn't find any property that does that. Can it be programmed to customize the look and feel of a single select list box</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>venusuresh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144091-customize-parameter-list-box</guid>
		</item>
		<item>
			<title>call subreport from a report</title>
			<link>http://forums.pentaho.com/showthread.php?144090-call-subreport-from-a-report&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 23:50:45 GMT</pubDate>
			<description>Is it possible to call a subreport by clicking on one of the row values of a subreport</description>
			<content:encoded><![CDATA[<div>Is it possible to call a subreport by clicking on one of the row values of a subreport</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>venusuresh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144090-call-subreport-from-a-report</guid>
		</item>
		<item>
			<title>pagination or scrolling inside inline subreport</title>
			<link>http://forums.pentaho.com/showthread.php?144082-pagination-or-scrolling-inside-inline-subreport&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 20:55:25 GMT</pubDate>
			<description><![CDATA[i have an inline subreport looking like a window, where i have to display rows of data. Since it's a window, it can only display 15 records at a...]]></description>
			<content:encoded><![CDATA[<div>i have an inline subreport looking like a window, where i have to display rows of data. Since it's a window, it can only display 15 records at a time. so i am trying to implement pagination to display the remaining records. so far, i haven't seen any feature supporting the above. so wondering if an inline subreport can have pagination or atleast a scrolling capability.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>venusuresh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144082-pagination-or-scrolling-inside-inline-subreport</guid>
		</item>
		<item>
			<title>subreport executing multiple times based on parameter values</title>
			<link>http://forums.pentaho.com/showthread.php?144080-subreport-executing-multiple-times-based-on-parameter-values&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 20:31:31 GMT</pubDate>
			<description>i created a subreport that runs off a query with from three different parameters (which are dropdowns). Based on the first parameter, second...</description>
			<content:encoded><![CDATA[<div>i created a subreport that runs off a query with from three different parameters (which are dropdowns). Based on the first parameter, second parameter gets populated. Based on the second, third parameter, and based on the third parameter, subreport gets populated. Here is the issue. if the third parameter has 10 values in the drop down, subreport is executed 10 times. I also figured out that when the second parameter is chosen, subreport is executed 10 times with empty values. So i'll have to restrict the subreport from getting executed only once.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>venusuresh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144080-subreport-executing-multiple-times-based-on-parameter-values</guid>
		</item>
		<item>
			<title>Test if a parameter matches a database value using ILIKE</title>
			<link>http://forums.pentaho.com/showthread.php?144073-Test-if-a-parameter-matches-a-database-value-using-ILIKE&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 17:30:22 GMT</pubDate>
			<description><![CDATA[I'm writing a report in report designer. One of the fields is name, and I essentially want to do this in my query: 
 
 
Code: 
--------- 
WHERE...]]></description>
			<content:encoded><![CDATA[<div>I'm writing a report in report designer. One of the fields is name, and I essentially want to do this in my query:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">WHERE tbl.field ILIKE '%${name}%'</code><hr />
</div>However, I can't figure out a way to make this work in pentaho. The above query simply fails (I assume pentaho doesn't replace variables if they're in quotes). I can't do &quot;WHERE ILIKE tbl.field ('%' || ${name} || '%'), because this fails when the name field is empty. If I apply a post-processing formula to surround the parameter with %s, the input textbox keeps getting filled with %s every time a field is updated. If I try using an open formula to represent %name%, it doesn't work because open formulae are calculated after the query is done.<br />
<br />
I'm using Pentaho 4.8, on 64-bit Ubuntu 12.10; the database I'm connecting to is running PostgreSQL 9.0.13.<br />
<br />
tl;dr: How can I have a SQL WHERE clause that is true if and only if an input parameter is contained in a database field?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>bcoutts</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144073-Test-if-a-parameter-matches-a-database-value-using-ILIKE</guid>
		</item>
		<item>
			<title>Integration of Pentaho Reports with Eclipse</title>
			<link>http://forums.pentaho.com/showthread.php?144060-Integration-of-Pentaho-Reports-with-Eclipse&amp;goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 12:19:48 GMT</pubDate>
			<description>I am trying to integrate Pentaho reports with Eclipse with the help of pentaho reporting sdk engine. Reports are getting deployed succesfully till...</description>
			<content:encoded><![CDATA[<div>I am trying to integrate Pentaho reports with Eclipse with the help of pentaho reporting sdk engine. Reports are getting deployed succesfully till there is no subreport and function in it.<br />
Sub reports are not getting deployed if a parameter is defined in it. Error is coming as <font color="#3f5fbf">ReportDataFactoryException</font>. If I remove parameters, sub report is working fine too. <br />
Please help me by guiding that where i am going wrong.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Priyanka17</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?144060-Integration-of-Pentaho-Reports-with-Eclipse</guid>
		</item>
		<item>
			<title>How to reduce space between bars in bar chart?</title>
			<link>http://forums.pentaho.com/showthread.php?143953-How-to-reduce-space-between-bars-in-bar-chart&amp;goto=newpost</link>
			<pubDate>Sat, 08 Jun 2013 06:10:21 GMT</pubDate>
			<description>hi anyone could help me to reduce space between bars in bar chart?</description>
			<content:encoded><![CDATA[<div>hi anyone could help me to reduce space between bars in bar chart?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>anushareddy</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143953-How-to-reduce-space-between-bars-in-bar-chart</guid>
		</item>
		<item>
			<title>Conditional SUM in Pentaho Reports 3.9</title>
			<link>http://forums.pentaho.com/showthread.php?143936-Conditional-SUM-in-Pentaho-Reports-3-9&amp;goto=newpost</link>
			<pubDate>Fri, 07 Jun 2013 22:03:52 GMT</pubDate>
			<description>Conditional SUM in Pentaho Reports 3.9 
 
I have a problem. 
 
I am not being able to calculate a conditional sum function.  
 
For example, a table...</description>
			<content:encoded><![CDATA[<div>Conditional SUM in Pentaho Reports 3.9<br />
<br />
I have a problem.<br />
<br />
I am not being able to calculate a conditional sum function. <br />
<br />
For example, a table like this<br />
<br />
Name           Apples<br />
<br />
Brad                 5<br />
Mike                 2<br />
Brad                 1<br />
Peter 4<br />
<br />
I want to get the a function to calculate <br />
<br />
-the sum of apples just for Brad (7)<br />
-sum of apples just for Brad (7) minus the sum of apples just for Peter (4). Result (7-4=3)<br />
<br />
Anyone could help me?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>gonzaloruzafa</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143936-Conditional-SUM-in-Pentaho-Reports-3-9</guid>
		</item>
		<item>
			<title>Not displaying Integer field value in number field</title>
			<link>http://forums.pentaho.com/showthread.php?143914-Not-displaying-Integer-field-value-in-number-field&amp;goto=newpost</link>
			<pubDate>Fri, 07 Jun 2013 12:45:46 GMT</pubDate>
			<description>I have a custom JDBC driver that I use to access data from our custom database. 
 
The problem is I am able to preview the data successfully and able...</description>
			<content:encoded><![CDATA[<div>I have a custom JDBC driver that I use to access data from our custom database.<br />
<br />
The problem is I am able to preview the data successfully and able to display String data in a string-field too but I am not able to disaply Integer data in number-filed (I am able to do it in string-field though). <br />
<br />
What could be the reason ?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Nawwu</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143914-Not-displaying-Integer-field-value-in-number-field</guid>
		</item>
		<item>
			<title>passing a multi value parameter within a stored procedure</title>
			<link>http://forums.pentaho.com/showthread.php?143906-passing-a-multi-value-parameter-within-a-stored-procedure&amp;goto=newpost</link>
			<pubDate>Fri, 07 Jun 2013 10:14:25 GMT</pubDate>
			<description>Hello everyone, 
 
I created a stored procedure in MySql for processing my data. 
In Pentaho Reporting I want to use a multi-value parameter. 
 
In...</description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I created a stored procedure in MySql for processing my data.<br />
In Pentaho Reporting I want to use a multi-value parameter.<br />
<br />
In data sources I have a query which calls for the procedure: <br />
call procedure_name(${param1},${param2})<br />
<br />
How can I use a multi value parameter in this query?<br />
For now the only solution that I have is to write the whole query in Pentaho Reporting. But I want to avoid that, by calling the procedure.<br />
<br />
Thanks in advance,</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Mihai</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143906-passing-a-multi-value-parameter-within-a-stored-procedure</guid>
		</item>
		<item>
			<title>Pour data form Application Java(Swing ) into Report of Petaho</title>
			<link>http://forums.pentaho.com/showthread.php?143862-Pour-data-form-Application-Java(Swing-)-into-Report-of-Petaho&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 16:57:57 GMT</pubDate>
			<description><![CDATA[Title:*Pour data from ** Java **Application(Swing ) into Report of Petaho* 
 
Example I have a  ArrayList<Customer> listCustomer; 
and i have report...]]></description>
			<content:encoded><![CDATA[<div>Title:<b>Pour data from </b><b> Java </b><b>Application(Swing ) into Report of Petaho</b><br />
<br />
Example I have a  ArrayList&lt;Customer&gt; listCustomer;<br />
and i have report (*.prpt) which is designed to show listCustomer.<br />
I want to  pour listCustomer into report <br />
How to pour listCustomer into report ?<br />
---<br />
If you have a demo to explain my problem ,pleage give me :).<br />
Please help me thank you much.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>petervn</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143862-Pour-data-form-Application-Java(Swing-)-into-Report-of-Petaho</guid>
		</item>
		<item>
			<title>How to use functions(sum,avg etc,.) in bar charts?</title>
			<link>http://forums.pentaho.com/showthread.php?143834-How-to-use-functions(sum-avg-etc-)-in-bar-charts&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 05:08:48 GMT</pubDate>
			<description>Anybody could tell me How to use functions(sum,avg etc,.) in bar charts? 
 
In report wizard we have option for applying functions before preview...</description>
			<content:encoded><![CDATA[<div>Anybody could tell me How to use functions(sum,avg etc,.) in bar charts?<br />
<br />
In report wizard we have option for applying functions before preview option, like that is there any way to do for bar chart? or else i have to it in query itself?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>anushareddy</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143834-How-to-use-functions(sum-avg-etc-)-in-bar-charts</guid>
		</item>
		<item>
			<title>CrossTab reporting using Report Designer or other tool in Pentaho</title>
			<link>http://forums.pentaho.com/showthread.php?143817-CrossTab-reporting-using-Report-Designer-or-other-tool-in-Pentaho&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 21:06:23 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
We are trying to generate crosstab reports in Pentaho using report designer 4.8 . This feature is experimental and we don't want to use an...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
We are trying to generate crosstab reports in Pentaho using report designer 4.8 . This feature is experimental and we don't want to use an experimental feature. <br />
<br />
Please let us know if anyone has tried generating crosstab reports, using Pentaho Report designer and not using experimental crosstab feature?<br />
<br />
Regards,<br />
Abhinav</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Abhinav1singhal</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143817-CrossTab-reporting-using-Report-Designer-or-other-tool-in-Pentaho</guid>
		</item>
		<item>
			<title>Radar Chart chart doesnt fill up the grid</title>
			<link>http://forums.pentaho.com/showthread.php?143797-Radar-Chart-chart-doesnt-fill-up-the-grid&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 14:57:29 GMT</pubDate>
			<description>Hi, 
 
this is a simple doubt about the Radar Chart, 
 
i have this image 
 
Attachment 10994...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
this is a simple doubt about the Radar Chart,<br />
<br />
i have this image<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=10994&amp;d=1370444130"  title="Name:  spider_chart.png
Views: 3
Size:  11.3 KB">spider_chart.png</a><br />
<br />
how could i configure this image to fill up the grid area like that<br />
<br />
thanks<a href="http://forums.pentaho.com/attachment.php?attachmentid=10995&amp;d=1370444236"  title="Name:  spider_fill.png
Views: 3
Size:  10.3 KB">spider_fill.png</a><br />
<br />
please help me</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10994&amp;d=1370444130">spider_chart.png</a> 
(11.3 KB)
</li><li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10995&amp;d=1370444236">spider_fill.png</a> 
(10.3 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>vinecz</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143797-Radar-Chart-chart-doesnt-fill-up-the-grid</guid>
		</item>
		<item>
			<title>Data doesnt show up in my Chart</title>
			<link>http://forums.pentaho.com/showthread.php?143796-Data-doesnt-show-up-in-my-Chart&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 14:52:35 GMT</pubDate>
			<description><![CDATA[Hi Folks, 
 
i've created this bar chart in my PRD 3.9.1 and something wrong is happening. 
 
i have data to show up in my first bar but 'case my...]]></description>
			<content:encoded><![CDATA[<div>Hi Folks,<br />
<br />
i've created this bar chart in my PRD 3.9.1 and something wrong is happening.<br />
<br />
i have data to show up in my first bar but 'case my size-font is 12 px doesnt works.<br />
<br />
if i down the size-font to 8 px will work, but nobody can see the numbers.<br />
<br />
how could i configure my chart to show up the numbers even with low size of my bar.<br />
<br />
have a look the image:<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=10993&amp;d=1370443939"  title="Name:  chart.png
Views: 3
Size:  10.7 KB">chart.png</a><br />
<br />
please, help me</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10993&amp;d=1370443939">chart.png</a> 
(10.7 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>vinecz</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143796-Data-doesnt-show-up-in-my-Chart</guid>
		</item>
		<item>
			<title>Dynamic connection (PRD-3657 and PRD-2854)</title>
			<link>http://forums.pentaho.com/showthread.php?143721-Dynamic-connection-(PRD-3657-and-PRD-2854)&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 09:39:35 GMT</pubDate>
			<description>Hi, 
 
At the moment I have two identical Pentaho instances to provide identical reports. The only difference is the connection source. I have...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
At the moment I have two identical Pentaho instances to provide identical reports. The only difference is the connection source. I have labeled my JNDI connection <i>CONN</i> on both instances and configured it differently on each instance respective PAC. Unfortunately this implementation can't scale really well since one customer will mean one pentaho instance.<br />
<br />
The idea here would be to have a single pentaho instance and somehow pass the JNDI/JDBC informations as parameters, this - for my needs - would scale much better.<br />
<br />
Based on Taqua's last comment on this ticket - <a href="http://jira.pentaho.com/browse/PRD-2854" target="_blank">PRD-2854</a> - passing JNDI as a parameter is not an option. However it is said :<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Given that JNDI customization can be done via scripting now
			
		<hr />
	</div>
</div>I have been looking at the three examples on <a href="http://jira.pentaho.com/browse/PRD-3657" target="_blank">PRD-3657</a>, they all seem to only deal with the datasource via the <i>computeQuery</i> function (ie. the query) but not the connection itself.<br />
<br />
My question is : is there anyway to dynamically select a specific connection on runtime, be it via a script (Global Scripting?) or via any other way ?<br />
<br />
I am using Pentaho 4.8 and Pentaho Reporting 3.9.1.<br />
<br />
Thank you,</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>YGuenane</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143721-Dynamic-connection-(PRD-3657-and-PRD-2854)</guid>
		</item>
		<item>
			<title><![CDATA[Parameter Doesnt Works [ Urgent ]]]></title>
			<link>http://forums.pentaho.com/showthread.php?143700-Parameter-Doesnt-Works-Urgent&amp;goto=newpost</link>
			<pubDate>Mon, 03 Jun 2013 22:45:57 GMT</pubDate>
			<description><![CDATA[Hi Folks, 
 
i have a parameter in my PRD that doesnt now working. 
 
This parameter has a Dropdown list that returns this string '2013/05' that...]]></description>
			<content:encoded><![CDATA[<div>Hi Folks,<br />
<br />
i have a parameter in my PRD that doesnt now working.<br />
<br />
This parameter has a Dropdown list that returns this string '2013/05' that means 'YYYY/MM'. <br />
<br />
after get this value selected in the dropdown list i set up it in my query with ${p_year_month}.<br />
<br />
my parameter has datatype STRING, ok ?<br />
<br />
but doesnt not work.<br />
<br />
<br />
<br />
<br />
someone could help me ?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>vinecz</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143700-Parameter-Doesnt-Works-Urgent</guid>
		</item>
		<item>
			<title>PRD Open formula Substitute more than one character</title>
			<link>http://forums.pentaho.com/showthread.php?143672-PRD-Open-formula-Substitute-more-than-one-character&amp;goto=newpost</link>
			<pubDate>Mon, 03 Jun 2013 13:12:27 GMT</pubDate>
			<description><![CDATA[Hi everyone 
In one of my report I have text without space. Instead of space they have _ or - 
So i'm using the function SUBTITUTE to replace it 
...]]></description>
			<content:encoded><![CDATA[<div>Hi everyone<br />
In one of my report I have text without space. Instead of space they have _ or -<br />
So i'm using the function SUBTITUTE to replace it<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">=SUBSTITUTE([nom_Projet]; &quot;_&quot; ;&quot; &quot;)</code><hr />
</div>With this I only replace _<br />
So the question is, can I substitute with a single function the two characters?<br />
<br />
<br />
The other solution that I found is kind of dirty (in my opinion): I do it with two functions. The first function replace the &quot;_&quot; and the second function use the text of the first one and remove &quot;-&quot;</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Joris</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143672-PRD-Open-formula-Substitute-more-than-one-character</guid>
		</item>
		<item>
			<title>How to set up non mandatory parameters?</title>
			<link>http://forums.pentaho.com/showthread.php?143667-How-to-set-up-non-mandatory-parameters&amp;goto=newpost</link>
			<pubDate>Mon, 03 Jun 2013 11:27:41 GMT</pubDate>
			<description>Hi, 
 
Anybody could explain me *how to set up non mandatory parameters  in report designer?*</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
<font size="2"><span style="font-family: arial">Anybody could explain me </span><font color="#000000"><span style="font-family: Arial"><b>how to set up non mandatory parameters  in report designer?</b></span></font></font><b><font color="#000000"><b><font size="5"><br />
</font></b></font><br />
</b></div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>anushareddy</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143667-How-to-set-up-non-mandatory-parameters</guid>
		</item>
		<item>
			<title>How to have ranking in my report</title>
			<link>http://forums.pentaho.com/showthread.php?143655-How-to-have-ranking-in-my-report&amp;goto=newpost</link>
			<pubDate>Mon, 03 Jun 2013 07:09:18 GMT</pubDate>
			<description>Hi, 
 
I need to create a report with ranks. Heard that this is not possible in Pentaho. 
 
Could you please let me know if this is really not...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need to create a report with ranks. Heard that this is not possible in Pentaho.<br />
<br />
Could you please let me know if this is really not possible.<br />
<br />
Also let me know how to have drilling enabled in my report ?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>sukesh_k</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143655-How-to-have-ranking-in-my-report</guid>
		</item>
		<item>
			<title>This prompt value is of an invalid value</title>
			<link>http://forums.pentaho.com/showthread.php?143634-This-prompt-value-is-of-an-invalid-value&amp;goto=newpost</link>
			<pubDate>Sun, 02 Jun 2013 19:52:56 GMT</pubDate>
			<description>Hi all, 
I got this error :Element overlaps with other content and will note be printed in table-exports. 
Have you any idea,what does it mean? whene...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
I got this error :Element overlaps with other content and will note be printed in table-exports.<br />
Have you any idea,what does it mean? whene I try to publish the report an an other error appear in the user console <font size="2"><b>This prompt value is of an invalid value.</b></font><br />
Here's the log:<br />
2013-06-02 20:17:58,577 WARN  [org.pentaho.reporting.libraries.base.boot.PackageManager] Unresolved dependency for package: org.pentaho.reporting.engine.classic.extensions.datasources.cda.CdaModule<br />
2013-06-02 20:17:58,658 WARN  [org.pentaho.reporting.libraries.base.boot.PackageSorter] A dependent module was not found in the list of known modules.<br />
2013-06-02 20:18:12,803 ERROR [org.pentaho.platform.engine.services.solution.SolutionEngine] c8efd75d-cbb0-11e2-a425-2d49cf696209:SOLUTION-ENGINE:scheduler.xaction: Action Sequence execution failed, see details below<br />
| Error Time: dimanche 2 juin 2013 20 h 18 CEST<br />
| Session ID: scheduler.xaction<br />
| Instance Id: c8efd75d-cbb0-11e2-a425-2d49cf696209<br />
| Action Sequence: scheduler.xaction<br />
| Execution Stack:<br />
EXECUTING ACTION: Scheduler (org.pentaho.platform.engine.services.solution.PojoComponent)<br />
| Action Class: org.pentaho.platform.engine.services.solution.PojoComponent<br />
| Action Desc: Scheduler<br />
| Loop Index (1-based): 0<br />
Stack Trace:org.pentaho.platform.api.engine.ActionExecutionException: RuntimeContext.ERROR_0017 - [fr_18] Activity failed to execute <br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeComponent(RuntimeContext.java:1325)<br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeAction(RuntimeContext.java:1262)<br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.performActions(RuntimeContext.java:1161)<br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeLoop(RuntimeContext.java:1105)<br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:987)<br />
	at org.pentaho.platform.engine.services.runtime.RuntimeContext.executeSequence(RuntimeContext.java:897)<br />
	at org.pentaho.platform.engine.services.solution.SolutionEngine.executeInternal(SolutionEngine.java:399)<br />
	at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:317)<br />
	at org.pentaho.platform.engine.services.solution.SolutionEngine.execute(SolutionEngine.java:193)<br />
	at org.pentaho.platform.engine.services.BaseRequestHandler.handleActionRequest(BaseRequestHandler.java:159)<br />
	at org.pentaho.platform.scheduler.QuartzExecute.execute(QuartzExecute.java:198)<br />
	at org.quartz.core.JobRunShell.run(JobRunShell.java:203)<br />
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)<br />
<br />
<br />
2013-06-02 20:18:16,280 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:18,724 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:19,127 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:20,117 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:20,713 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:21,090 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:21,447 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:21,702 WARN  [org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator] We don't support method overloading. Ignoring [public java.lang.String serializeModels(org.pentaho.metadata.model.Domain,java.lang.String,boolean) throws java.lang.Exception]<br />
2013-06-02 20:18:21,737 WARN  [org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator] We don't support method overloading. Ignoring [public java.lang.String serializeModels(org.pentaho.metadata.model.Domain,java.lang.String,boolean) throws java.lang.Exception]<br />
2013-06-02 20:18:21,897 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:22,300 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:23,595 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:23,789 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:24,076 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:24,476 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:24,931 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:25,300 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:25,623 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:25,847 WARN  [org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator] We don't support method overloading. Ignoring [public java.lang.String serializeModels(org.pentaho.metadata.model.Domain,java.lang.String,boolean) throws java.lang.Exception]<br />
2013-06-02 20:18:25,875 WARN  [org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator] We don't support method overloading. Ignoring [public java.lang.String serializeModels(org.pentaho.metadata.model.Domain,java.lang.String,boolean) throws java.lang.Exception]<br />
2013-06-02 20:18:26,048 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:18:26,370 WARN  [org.apache.axis2.description.AxisService] Unable to generate EPR for the transport : http<br />
2013-06-02 20:24:37,177 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 20:24:37,277 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Libelle commission' with value 'null'<br />
2013-06-02 20:24:37,492 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 20:24:37,493 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Libelle commission' with value 'null'<br />
2013-06-02 20:24:42,602 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:24:42,605 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Libelle commission' with value 'null'<br />
2013-06-02 20:24:45,292 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 20:24:52,814 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:25:08,352 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:25:11,230 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2013'<br />
2013-06-02 20:25:23,560 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:25:26,901 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2013'<br />
2013-06-02 20:25:32,506 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 20:34:22,148 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:34:25,339 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2013'<br />
2013-06-02 20:34:28,289 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:50:39,415 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
2013-06-02 20:54:11,248 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2013'<br />
2013-06-02 21:03:08,262 ERROR [org.pentaho.platform.repository.solution.SolutionRepositoryBase] SolutionRepository.ERROR_0023 - Invalid publish location: Root Folder<br />
2013-06-02 21:05:02,375 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 21:05:02,383 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Libelle commission' with value 'null'<br />
2013-06-02 21:05:02,524 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 21:05:02,526 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Libelle commission' with value 'null'<br />
2013-06-02 21:05:06,516 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value 'null'<br />
2013-06-02 21:05:09,375 WARN  [org.pentaho.reporting.engine.classic.core.parameters.DefaultReportParameterValidator] Parameter validation error: No such value in the result for 'Année' with value '2012'<br />
Any help pleaase?<br />
Thanks in adavance</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>wim</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143634-This-prompt-value-is-of-an-invalid-value</guid>
		</item>
		<item>
			<title>Report takes too much time redering in excel</title>
			<link>http://forums.pentaho.com/showthread.php?143531-Report-takes-too-much-time-redering-in-excel&amp;goto=newpost</link>
			<pubDate>Fri, 31 May 2013 13:47:47 GMT</pubDate>
			<description>Hi, 
 
I have 21K odd records in DB. My report has 30 fields and header to display. It takes almost 8 to 10 mins to display report in excel. 
 
I am...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have 21K odd records in DB. My report has 30 fields and header to display. It takes almost 8 to 10 mins to display report in excel.<br />
<br />
I am using SQL server as DB. Data is getting retrieved from a stored proc. DB returns same data in around 26-30 secs. I am using JNDI connection at pentaho side.<br />
<br />
Why is it taking so long? Is there any way to make it faster?<br />
<br />
Regards,<br />
Jayesh</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Jayesh</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143531-Report-takes-too-much-time-redering-in-excel</guid>
		</item>
		<item>
			<title>Sharing reports developed with Pentaho EE</title>
			<link>http://forums.pentaho.com/showthread.php?143484-Sharing-reports-developed-with-Pentaho-EE&amp;goto=newpost</link>
			<pubDate>Thu, 30 May 2013 17:44:30 GMT</pubDate>
			<description><![CDATA[Hey all,  Was wondering if it's possible to use Report Designer in the Pentaho Enterprise Edition to develop a report, and then be able to share that...]]></description>
			<content:encoded><![CDATA[<div>Hey all,  Was wondering if it's possible to use Report Designer in the Pentaho Enterprise Edition to develop a report, and then be able to share that with organizations who may only have the open-source tools installed, assuming those organizations have access to the source data as well.  Has this been done by anyone before, and did you encounter any issues in doing it?  Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>hoovlermichael</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143484-Sharing-reports-developed-with-Pentaho-EE</guid>
		</item>
		<item>
			<title>Mondrian OLAP and formula in PRD reports</title>
			<link>http://forums.pentaho.com/showthread.php?143478-Mondrian-OLAP-and-formula-in-PRD-reports&amp;goto=newpost</link>
			<pubDate>Thu, 30 May 2013 15:50:18 GMT</pubDate>
			<description>My report uses an MDX query as a data source.  I have no problems with grouping or showing data on screen.  What I wanted to do is use one of the...</description>
			<content:encoded><![CDATA[<div>My report uses an MDX query as a data source.  I have no problems with grouping or showing data on screen.  What I wanted to do is use one of the fields returned from Mondrian in a formula, specifically to alter the visibility of the element on canvas.  The formula I tried is<br />
<br />
=IF([Income Statement].[Account Number] &gt;= 900000; true(); false())<br />
<br />
The formula simply does not work.  No warnings, no errors, just silently not performing the task.  Any guidance towards a solution or method of troubleshooting would be appreciated.<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=10979&amp;d=1369928915"  title="Name:  OLAP_and_Formula.jpg
Views: 5
Size:  27.5 KB">OLAP_and_Formula.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10979&amp;d=1369928915">OLAP_and_Formula.jpg</a> 
(27.5 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Smoodo</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143478-Mondrian-OLAP-and-formula-in-PRD-reports</guid>
		</item>
		<item>
			<title>Resource-field definition</title>
			<link>http://forums.pentaho.com/showthread.php?143466-Resource-field-definition&amp;goto=newpost</link>
			<pubDate>Thu, 30 May 2013 09:44:36 GMT</pubDate>
			<description>In my resource bundles file this is the definition for a resource-message field: 
res_msg_field_1=Report date: $(report.date, date, dd MMMM, yyyy -...</description>
			<content:encoded><![CDATA[<div>In my resource bundles file this is the definition for a resource-message field:<br />
<i>res_msg_field_1=Report date: $(report.date, date, dd MMMM, yyyy - HH:mm)</i><br />
<br />
How I define a resource-field in the resource bundles file?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>dadapenta</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143466-Resource-field-definition</guid>
		</item>
		<item>
			<title>Is it possible to create dynamic  prpt ?</title>
			<link>http://forums.pentaho.com/showthread.php?143414-Is-it-possible-to-create-dynamic-prpt&amp;goto=newpost</link>
			<pubDate>Wed, 29 May 2013 12:51:44 GMT</pubDate>
			<description>Hi All , 
 
      I have been using static prpt templates to generate reports till now .Now I have challenge to use dynamic templates to generate...</description>
			<content:encoded><![CDATA[<div>Hi All ,<br />
<br />
      I have been using static prpt templates to generate reports till now .Now I have challenge to use dynamic templates to generate PDFs and Excels .I have the query and list of columns to be displayed .At least is it possible with the xml data input ?<br />
<br />
      Please suggest me if you have any idea ..<br />
<br />
Thanks &amp; Regards,<br />
Timy K</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Timy</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143414-Is-it-possible-to-create-dynamic-prpt</guid>
		</item>
		<item>
			<title>Linking directly to Adhoc Report Builder and specific data source</title>
			<link>http://forums.pentaho.com/showthread.php?143369-Linking-directly-to-Adhoc-Report-Builder-and-specific-data-source&amp;goto=newpost</link>
			<pubDate>Tue, 28 May 2013 16:33:04 GMT</pubDate>
			<description>Does anyone know how to link directly to the Adhoc Report Builder, and if possible a specific data source within the builder. Currently, when I try...</description>
			<content:encoded><![CDATA[<div>Does anyone know how to link directly to the Adhoc Report Builder, and if possible a specific data source within the builder. Currently, when I try to do this from an outside link, it brings me to the logon page. I would like to be able to pass the credentials through without the user seeing the logon screen. This seems like it should be fairly straight forward, but I am having a hard time getting it working and have found very little reference to how to do it correctly. <br />
<br />
Any help would be greatly appreciated.<br />
<br />
Thanks,<br />
<br />
N</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Nhoeft</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143369-Linking-directly-to-Adhoc-Report-Builder-and-specific-data-source</guid>
		</item>
		<item>
			<title>Cant publish a report from Pentaho Report Designer</title>
			<link>http://forums.pentaho.com/showthread.php?143332-Cant-publish-a-report-from-Pentaho-Report-Designer&amp;goto=newpost</link>
			<pubDate>Tue, 28 May 2013 02:58:10 GMT</pubDate>
			<description>Hello All, 
 
I was successfully able to create a report using pentaho report designer but not able to publish that report. When I try to publish the...</description>
			<content:encoded><![CDATA[<div><font size="3"><span style="font-family: arial">Hello All,<br />
<br />
I was successfully able to create a report using pentaho report designer but not able to publish that report. When I try to publish the report by clicking <b>File -&gt; Publish </b>I see a pop-up screen(attached) with fields URL, Timeout, User and Password. Mentioned below are the values supplied to those fields.<br />
<br />
URL: <a href="http://localhost:8080/pentaho" target="_blank">http://localhost:8080/pentaho</a><br />
Timeout: 30<br />
User: Joe<br />
Password: password<br />
<br />
After I click &quot;OK&quot; it try's to validate login info and nothing happens. I also checked publisher_config.xml file and it had &quot;password&quot; as the password.<font color="#111111"> <br />
</font><br />
Anything needs to be done before publishing the report from report designer? Let me know if you need any more info to solve this issue.</span></font><br />
<br />
 <a href="http://forums.pentaho.com/attachment.php?attachmentid=10945&amp;d=1369708517"  title="Name:  Pentaho_1.jpg
Views: 21
Size:  31.6 KB">Pentaho_1.jpg</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10945&amp;d=1369708517">Pentaho_1.jpg</a> 
(31.6 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>nmalepati</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143332-Cant-publish-a-report-from-Pentaho-Report-Designer</guid>
		</item>
		<item>
			<title>New in report designer</title>
			<link>http://forums.pentaho.com/showthread.php?143309-New-in-report-designer&amp;goto=newpost</link>
			<pubDate>Mon, 27 May 2013 15:54:32 GMT</pubDate>
			<description><![CDATA[I'm new at this type of programs to do reports and have problems with some "large" sub-queries. I used in other report a sub-query with another table...]]></description>
			<content:encoded><![CDATA[<div>I'm new at this type of programs to do reports and have problems with some &quot;large&quot; sub-queries. I used in other report a sub-query with another table that only has 14 string values * 2 fields, so not a big deal at all. But this table, dw.equipament, have 113 rows and that makes the things slow. The main query is this:<br />
<br />
select comarca as lloc, poblacio, categoria, num_equipaments, <br />
poblacio/(select count(distinct(e.id_cat_equip)) from dw.equipament e, dw.oferta o,<br />
dw.poblacio p where temps = ${temps} and (p.comarca = lloc and <br />
o.id_poblacio = p.id_poblacio) and e.id_cat_equip = o.id_cat_equip) as sumatori<br />
from dw.oferta o, dw.poblacio p, dw.equipament e where temps = ${temps} and <br />
((p.provincia = ${zona} or p.comarca = ${zona}) and o.id_poblacio = p.id_poblacio) and<br />
(${tipus}='Tots' and o.id_cat_equip = e.id_cat_equip)<br />
<br />
union<br />
<br />
select comarca as lloc, poblacio, categoria, num_equipaments, <br />
poblacio/(select count(distinct(e.id_cat_equip)) from dw.equipament e, dw.oferta o,<br />
dw.poblacio p where temps = ${temps} and (p.comarca = lloc and <br />
o.id_poblacio = p.id_poblacio) and ((trim(e.grup) = trim(${tipus}) or <br />
trim(e.categoria) = trim(${tipus})) and e.id_cat_equip = o.id_cat_equip)) as sumatori<br />
from dw.oferta o, dw.poblacio p, dw.equipament e where temps = ${temps} and <br />
((p.provincia = ${zona} or p.comarca = ${zona}) and o.id_poblacio = p.id_poblacio) and<br />
(${tipus}!='Tots' and (trim(e.grup) = trim(${tipus}) or <br />
trim(e.categoria) = trim(${tipus})) and o.id_cat_equip = e.id_cat_equip)<br />
<br />
group by lloc, categoria<br />
order by lloc, categoria<br />
<br />
I calculate that new field, sumatori, as in the first report that combines two measures I say that doing Sum(Running) in the group footer was adding more than needed. For example, in a location with a population of 500K and 4 categories for &quot;equipament&quot; there was 4 rows that are same in the location, so was adding 2M to the population, and I want to sum only 500K for that one. With that field, sumatori, every one of that rows would have 500K / 4 categories = 125K. That variable was not going to appear in the report but used for the Sum(Running) later. My question is: is there a way to not have duplicate parts? I suppose that people will say &quot;put a sub-query&quot; but have tried to put a group inside the group and the result is the same, so don't know how to do it. My objective is transform what currently I have in this:<br />
<br />
<a href="http://forums.pentaho.com/attachment.php?attachmentid=10944&amp;d=1369669889"  title="Name:  report.jpg
Views: 10
Size:  56.4 KB">report.jpg</a><br />
<br />
As with 113 rows in equipment right now is insanely slow and want to forget that &quot;sumatori&quot; field. Thanks in advance.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.pentaho.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://forums.pentaho.com/attachment.php?attachmentid=10944&amp;d=1369669889">report.jpg</a> 
(56.4 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Aldarius</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143309-New-in-report-designer</guid>
		</item>
		<item>
			<title>inline sub-report data not loaded</title>
			<link>http://forums.pentaho.com/showthread.php?143242-inline-sub-report-data-not-loaded&amp;goto=newpost</link>
			<pubDate>Sun, 26 May 2013 10:18:05 GMT</pubDate>
			<description>Hi, 
 
I have problem using sub-reports in inline mode. Data on inline sub-reports are not loaded or at least not viewed, while in case I use banded...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have problem using sub-reports in inline mode. Data on inline sub-reports are not loaded or at least not viewed, while in case I use banded sub-reports everything works fine. The whole report is a simple test report which includes a sub-report. I have passed a parameter from the master report to the sub-report.<br />
I should add that I use pentaho report designer v.3.9.1 community edition<br />
regards,<br />
<br />
A. Honarmand</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>alihonarmand</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143242-inline-sub-report-data-not-loaded</guid>
		</item>
		<item>
			<title>Using parameters in MDX queries</title>
			<link>http://forums.pentaho.com/showthread.php?143228-Using-parameters-in-MDX-queries&amp;goto=newpost</link>
			<pubDate>Sun, 26 May 2013 02:48:55 GMT</pubDate>
			<description>Hello guys, 
I have a MDX datasource that I want to use parameters. 
I have two questions: 
1 - You can use parameters in MDX queries? 
2 - How do I...</description>
			<content:encoded><![CDATA[<div>Hello guys,<br />
I have a MDX datasource that I want to use parameters.<br />
I have two questions:<br />
1 - You can use parameters in MDX queries?<br />
2 - How do I get to ranges in MDX to get the results that a larger date entered?<br />
<br />
<br />
... sorry for bad english ..<br />
<br />
my best regards guys</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>paulo.f.rezende</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143228-Using-parameters-in-MDX-queries</guid>
		</item>
		<item>
			<title>Hola a todos</title>
			<link>http://forums.pentaho.com/showthread.php?143216-Hola-a-todos&amp;goto=newpost</link>
			<pubDate>Sat, 25 May 2013 20:16:31 GMT</pubDate>
			<description>Soy nueva en la implementacion de reportes utilizando pentaho. Tengo creado mi primer reporte y cuando voy a publicar el reporte en el pentaho server...</description>
			<content:encoded><![CDATA[<div>Soy nueva en la implementacion de reportes utilizando pentaho. Tengo creado mi primer reporte y cuando voy a publicar el reporte en el pentaho server me da el error que veran a continuacion y quisiera saber si me falta algun paso, ya instala el jdk y configure las variables entornos del sistema y tengo corriendo el tomcat del pentaho BI server, agradezco cualquier ayuda que me puedan dar.<br />
org.pentaho.reporting.designer.extensions.pentaho.repository.util.PublishException: Publish failed, please see server logs for further details.<br />
    at org.pentaho.reporting.designer.extensions.pentaho.repository.util.PublishUtil.publish(PublishUtil.java:247)<br />
    at org.pentaho.reporting.designer.extensions.pentaho.repository.actions.PublishToServerTask.run(PublishToServerTask.java:119)<br />
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)<br />
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)<br />
    at java.awt.EventQueue.access$000(EventQueue.java:101)<br />
    at java.awt.EventQueue$3.run(EventQueue.java:666)<br />
    at java.awt.EventQueue$3.run(EventQueue.java:664)<br />
    at java.security.AccessController.doPrivileged(Native Method)<br />
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)<br />
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)<br />
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)<br />
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)<br />
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)<br />
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)<br />
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)<br />
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>mayrelis</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143216-Hola-a-todos</guid>
		</item>
		<item>
			<title>Export options restriction.</title>
			<link>http://forums.pentaho.com/showthread.php?143132-Export-options-restriction&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 07:40:32 GMT</pubDate>
			<description>Hi Team, 
 
Can we restrict the export options in Pentaho report designer? 
When we click on the exort option(green arrow buttion) , we get various...</description>
			<content:encoded><![CDATA[<div>Hi Team,<br />
<br />
Can we restrict the export options in Pentaho report designer?<br />
When we click on the exort option(green arrow buttion) , we get various export options like pdf,excel Excel,Excel 2007 etc.<br />
I want only Excel to display in that list. Is it possible? If possible can you please suggest how to achieve the same.<br />
<br />
Thank you.<br />
Naseer.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Naseeruddin</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143132-Export-options-restriction</guid>
		</item>
		<item>
			<title>Lock excel cells</title>
			<link>http://forums.pentaho.com/showthread.php?143130-Lock-excel-cells&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 07:35:44 GMT</pubDate>
			<description>Hi Team, 
 
When i export to excel i want the cells to be locked (non editable) so that the user does not change the data in the excel report.  
...</description>
			<content:encoded><![CDATA[<div>Hi Team,<br />
<br />
When i export to excel i want the cells to be locked (non editable) so that the user does not change the data in the excel report. <br />
<br />
Can you please help on the same ASAP like How to keep the cells locked(non editable) after the report is exported to Excel. <br />
<br />
Thank you in advance.<br />
<br />
Naseer.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>Naseeruddin</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143130-Lock-excel-cells</guid>
		</item>
		<item>
			<title>Reusing sub-reports in multiple reports</title>
			<link>http://forums.pentaho.com/showthread.php?143113-Reusing-sub-reports-in-multiple-reports&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 23:50:40 GMT</pubDate>
			<description><![CDATA[Is it possible to reuse sub-reports?  I'd like to create a library of sub-reports for use as building blocks, but am unclear as to whether this is...]]></description>
			<content:encoded><![CDATA[<div>Is it possible to reuse sub-reports?  I'd like to create a library of sub-reports for use as building blocks, but am unclear as to whether this is even possible.<br />
<br />
Thanks,<br />
-Brian</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>briantd</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143113-Reusing-sub-reports-in-multiple-reports</guid>
		</item>
		<item>
			<title>What I should use for reporting, design studio or report designer?</title>
			<link>http://forums.pentaho.com/showthread.php?143112-What-I-should-use-for-reporting-design-studio-or-report-designer&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 23:22:56 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm a newbie in pentaho. I'm studing design studio and report designer to create reports with chart. 
I don't know what is best choice and...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm a newbie in pentaho. I'm studing design studio and report designer to create reports with chart.<br />
I don't know what is best choice and what is different between design studio and report designer in reporting.<br />
<br />
Anyone can help me to figure it out?<br />
<br />
Thanks,<br />
Thang.</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>thangpm</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143112-What-I-should-use-for-reporting-design-studio-or-report-designer</guid>
		</item>
		<item>
			<title>Maximum Number of Columns in Adhoc Report</title>
			<link>http://forums.pentaho.com/showthread.php?143045-Maximum-Number-of-Columns-in-Adhoc-Report&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 20:12:51 GMT</pubDate>
			<description>I have an adhoc report where we would like to include more than 100 columns and export it as Excel/CSV for analysis. However, whenever I add more...</description>
			<content:encoded><![CDATA[<div>I have an adhoc report where we would like to include more than 100 columns and export it as Excel/CSV for analysis. However, whenever I add more than 100 columns, the report's resultset suddenly becomes 0 rows and no data is returned. I have turned my log4j debug level up to DEBUG, but no new error message appears in the log file. I did extract the SQL query from the log files and the query is valid and returns 16 rows with 100+ columns when run directly against mysql. However, the adhoc tool still displays no data in the report's output.<br />
<br />
<br />
Is there a maximum number of columns in an adhoc report? If so, is the limit 100 columns?</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>birtPentahoUser8</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?143045-Maximum-Number-of-Columns-in-Adhoc-Report</guid>
		</item>
		<item>
			<title>Report designer 3.9.1.: Embedded call to engine produces charts in pdf not html</title>
			<link>http://forums.pentaho.com/showthread.php?142938-Report-designer-3-9-1-Embedded-call-to-engine-produces-charts-in-pdf-not-html&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 23:02:12 GMT</pubDate>
			<description>When invoking the reporting engine in embedded fashion (using sample code from 3.9.1. sdk) and putting all the jar files from the lib directory of...</description>
			<content:encoded><![CDATA[<div>When invoking the reporting engine in embedded fashion (using sample code from 3.9.1. sdk) and putting all the jar files from the lib directory of report designer and the lib directory of the report designer SDK, the pdf output file contains all the subreport embedded bar charts but the html version did not - it is blank white space!<br />
 <br />
Both version show the report header and the banded tabular output after the subr-reports and other fields in the master report.<br />
<br />
There are no warning at all; The sdk sample program was modified in eclipse, i.e. AbstractReportGenerator and its derived class. So nothing special about the engine invocation from java.<br />
<br />
Is there a way to set a debug mode where the java embedded call to the reporting engine will tell us why he is ignoring drawing the bar graphs in the 4 embedded sub-reports when the output format is html mode?:confused:<br />
<br />
Is it missing jar files or something else? There are no warnings<br />
<br />
Environment Centos, report designer 3.9..1, sdk also 3.9.1. Eclipse Helios Java</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>mnl</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?142938-Report-designer-3-9-1-Embedded-call-to-engine-produces-charts-in-pdf-not-html</guid>
		</item>
		<item>
			<title>I have one doubt about function MultiValueQuery</title>
			<link>http://forums.pentaho.com/showthread.php?142914-I-have-one-doubt-about-function-MultiValueQuery&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 13:15:32 GMT</pubDate>
			<description><![CDATA[Sr, 
 
howz going ? 
 
I'm using a MultiValueQuery in my parameter to return the values of my another query. 
 
i have just one Column with 7 lines...]]></description>
			<content:encoded><![CDATA[<div>Sr,<br />
<br />
howz going ?<br />
<br />
I'm using a MultiValueQuery in my parameter to return the values of my another query.<br />
<br />
i have just one Column with 7 lines and my return just show the first value of my parameter.<br />
<br />
and my question is how to show all of my results using multivaluequery. or if have another way to get it.<br />
<br />
im waiting this answar asap.<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://forums.pentaho.com/forumdisplay.php?78-Pentaho-Reporting">Pentaho Reporting</category>
			<dc:creator>vinecz</dc:creator>
			<guid isPermaLink="true">http://forums.pentaho.com/showthread.php?142914-I-have-one-doubt-about-function-MultiValueQuery</guid>
		</item>
	</channel>
</rss>
