Optional parameters in PRD
Hi All, I have a report that accepts a multi value list of codes to search by. This works fine if the codes are parameterized along with the other existing selection criteria in where clause, but I...
View ArticleParameter parsing error while opening a report
I have a problem opening a report having cascading parameters for the first time in PUC. If I open the second time it runs fine from then. Could some one help me with this. Here is the error form error...
View ArticleNeed help
I was amused by this note I just received via email. Subject: Need help To: jhyde@users.sourceforge.net From: Respected Sir, we are doing a final year project as Student Data warehouse for BE degree...
View ArticlePie Chart CCC2 and percentage value
Hi, I'm using this extension point in pie chart in CCC1: pieLabel_text: function(d){ return (d / render_Graph7.chart.pieChartPanel.sum*100).toFixed(2) + "%"; } If I switch to compatVersion2, there is...
View ArticleProblem with clickable ccc bar chart
I have a clickable bar chart. My click function is: function (s,c,v){ try { alert(s + "," + c + "," + v); Dashboards.fireChange('territory',c); } catch (e) { alert(e); } } The problem is that the value...
View ArticleDeployment issues
Hello everyone, I'm a php developer and I'm trying to integrate Pentaho with an existing application, because I can see the benefits of "moving out" some procedures and jobs from the unaccessible code...
View ArticleRuby Scripting not working in kitchen but works in spoon, please help
Hi, I am new to pentaho, and recently we want to use Ruby and installed the ruby scripting. Everything was fine during the development until we tried the code using kitchen. We can run the same code...
View Articleprpt report using variable number of colums
Hi, I'm new to Pentaho and trying to find a simple solution to the problem below, but getting lost in all the Documentation. I have a CSV file which may have a variable number of Columns, the first row...
View ArticlePublishing Large Metadata
My metadata model is greater than 10 MB and I encounter this error message when I try to publish: Code: ERROR [GetContent] an exception occurred...
View ArticleError parsing parameter information error when I run a report
When I run the report with cascading parameters for the 1st time I get an error "Error parsing parameter information". When I run it 2nd time it runs fine from then. Here is the error msg from the...
View ArticleWhen chart loads, have data point selected.
I have a cccv2 bar chart with "selectable" turned on. I need the first bar of the chart to be selected when the chart is loaded. In other words, I need to simulate a click or selection on a bar chart...
View ArticleDetailed logging only when error happens
Hi, We are doing loging at Basic level for our transformation with 15 steps in we have a sequence step which uses db sequence to generate the numbers. While running the transformation we are getting...
View Articlestatistical test in weka
Hi, I have two files containing different features for the same data and I want to show that that features in one file are significantly better than the other. I perform training on one file and test...
View ArticleCan't see changes to report
I am completly new to Pentaho and i have inherited an old 1.8 server. I make changes to the report publish the .xml and xaction files but when i run the report the edits don't show up. how can i tell...
View ArticleObject type cccNormalizedBarChart can't be mapped to a valid class
I have a dashboard where I would like to be able to swap back and forth between a stacked bar chart and the 100% Normalized Stacked Bar Chart (percent view). I have assigned the 2 charts to different...
View ArticleAdmin Console (Community) import username password roles from oracle db to...
Hi guys, Sorry, I'm newbies. Would like to know, is it possible to import username, password, roles from oracle db to hibernate sql (default used by Pentaho)? or is there any other solution to use...
View ArticleEmbed the Published report to JAVA
Hi How can i embedd the report which is published on the BA server, as per my understanding once if i publish the report on BA server i wil be able to access the report using a URL, so now my question...
View Articlehow to show report which has entered data in rich text editor.
Hi, I have data entered in rich text editor and I want to show that data in pentaho PDF report.. For example data in the bewlow format, <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT...
View ArticleHandling Boolean Type in Calculated measures
Hi, I created a Dimnsion called LogCount and Hierarchy as Logcount, I have a level inside the hierarchy as IsLogCount (boolean). I have a measure LogEvent which gives me the count of logs. Now I want...
View Article