Use java.sql.Connection object from Java application
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 existing java.sql.Connection object as the JDBC connection? I...
View ArticleQuerrying multiple databases with Pentaho Report Designer
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 ) . I have seen that to have information about a database...
View Articlemax number of datasource connexions
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 knows..... Thanks
View ArticleAdjust height of parameter area in the Swing PreviewDialog
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 area is to small and always have to adjust the height...
View ArticleBiサーバ上でjndi接続を行う
皆様、こんにちは。 BIサーバ上のJNDI接続について少々調べる機会があったので、設定方法を残しておきます。 <設定手順> 1. BIサーバを停止する 2. pentaho/server/biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml 以下のように追加 <resource-ref>...
View ArticleMDX Query execution on Mondrian 3.5 version with Microsoft ADOMD Client...
Hi Team, We successfully created an XMLA service for FoodMart data using Mondrian 3.5, My SQL 5.0.88 and Tomcat 6.0, and we tried to connect this service through Microsoft’s ADOMD Client reference and...
View ArticleMultiple reports in one
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 me explain better: Let's assume that I've 3 reports....
View Articlejava plugin in mongodb input
Hello, I have a mongodb input in which I have to say load from previous step. Currently we are doing this by a separate transformation.Since this prev step has to access a different database I cannot...
View ArticleIssues when adding a new datasource
Hey Everyone, Really sorry if this is a repost of something, but I could not find much to help me, if there is another thread that would answer this question for me let me know. So I have downloaded...
View ArticleCustome Settings/Parameters in a report
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...
View ArticlebaseAxisFixedMin value for time series stacked area chart
I'm using a CCC Stacked Area chart with timeSeries=TRUE. The chart displays correctly but I would like to clip the plot area using baseAxisFixedMin and Max. However, nothing happens when I provide a...
View ArticleHow to download via HTTP several files in one job?
Hi! I run a job with a transformation that spits out rows and the field containing the URL of the to be downloaded file is named "file". The transformation sends those rows to an HTTP step that takes...
View ArticleBarChart clickAction Table: Highlight more than one bar
Hello everyone! I managed to get the interaction where clicking on a bar in a CCC bar chart component will filter the values in a separate Table component. I.E.: Clicking on the 'Animal' bar will show...
View ArticleReport with external image (URL from DB)
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 data: My image path is 'poster'. I want to use this path...
View ArticleUsing WEKA to find a pattern from a set of data (how do I?)
Hi everybody, I have a question which I hope somebody will be able to answer, but first a disclaimer. I am a complete neophyte to the world of WEKA and Data Mining, so any bit of information provided...
View ArticleCalculated Parameters?
Hi All, I have an insert update transformation that queries my main DB that looks similar to this. select [fields] from [table] where [field1] > '${[parameter1]}' In my transformation's settings I...
View ArticleKettle 3.2 inconsistent behaviour
We have been using Kettle 3.2. We have few issues encountered while using this tool. 1. We have given "Split every 50000 rows" fora text file output but the way the files get split is inconsistent. 1st...
View ArticlePdiでもjndi接続を行う
前回に続き、JNDI関連の話題です。 PDI(Spoon/Kitchen/Pan)にてJNDIを使用する方法をまとめておきます。 <設定手順> 以下のファイルにJNDI接続設定を追加します。 pentaho/design-tools/data-integration/simple-jndi/jdbc.properties jndi-ds/type=javax.sql.DataSource...
View ArticleCreate Pentaho objects (user, role, solution, datasource etc) programatically
Hi, Is it possible to create the above objects using webservice or any other programming interface? Or it can be done only through Pentaho UI. Best Regards
View ArticleUnable to view Marathi data in Dashboard
Hello all, I made a Pie chart in CDE which was using following query:- SELECT 'आधार कार्ड आहे ' AS 'FORM_TYPE',COUNT(FMD.EID) AS COUNTA FROM FAMILYMEMBERDETAIL FMD WHERE AADHARNUMBER !="" UNION ALL...
View Article