SQL Paramters not picked up
Hi I have not long downloaded pentaho and am having problems getting a parameter to be picked up. I was wondering if it is because of the complexity of the sql? Here is a screen shot of how I have the...
View ArticleHow to truncate tables decided dynamically
I am trying to truncate a list of tables dynamically. I created a job that calls a transformation. This transformation reads from the dabadase (table input) which are the tables to be truncated: select...
View ArticleChanging legend colour
Hi everybody, I'm a bit stuck on one problem. I've created some barchart and add a function in Pre-excution permitting to change the bar part colour conditionned by the value : function changeBars(){...
View ArticleInstalling marketpace in Pentaho 6.0 EE
Enabling the Marketplace in Pentaho 6.0 EE If you have Pentaho 6.0 Enterprise Edition and go to http://www.pentaho.com/marketplace/ to try to download the marketplace plugin, you'll see it's not there....
View Articleuse-case with the Community edition of Pentaho and Cassandra.
I am doing an use-case with the Community edition of Pentaho and Cassandra. I installed Pentaho Business Analytics - successfully.. and connected to locahost. localhost:8080/pentaho. In the DataSources...
View ArticleSet variable and metadata injection issue.
Hi guys, I'm building a job to validate multiple xlsx files (file name, column list, size...) The structure is this one. -Load a reference file --Process every row ---Set variables for the validation...
View ArticleHow to create sql queries dynamically on CDE?
Hello, everybody! here is my problem, I need to create some dashboard which can dynamically create queries "on the fly" with JS (I want to change sql with js). In the internet I found some example: //...
View ArticleA list of value as parameter
Given the following SQL command: SELECT cccid, cccname FROM concarcxc WHERE grcid IN (123, 125, 126) I need to parameterize the list so that the command is something like SELECT cccid, cccname, grcid...
View ArticleSelect Excel files filtering creation date
Hi there, Is there a way to select some Excel files, filtered by its metadata information (creation date and time)? I just want to get some Excel files, and do a transformation with this condition. So,...
View ArticleEmpty space in output text file
Hello everyone, I'm confused because I'm using Table input (query statement) as Input data and try to load it into normal text file (Text file output). The problem is that in output file there are...
View ArticleHyperlink to JIRA case
Hi the format for a url in JIRA is http://jira/browse/caseunmer I have been trying to find and work out how to do this in the report designer using the manual link I have tried several variants on the...
View ArticlePentaho 6.0 fails to start on my server
My pc: win 7 The server: Win 2008 R2 Std SP1 I can run both pentaho 5.4 and 6.0 on my local pc. But when i try to run the same copy on the server, or download and extract from sourceforge, it wont...
View Articlehow to display a startdate and enddate on Pentaho CDE dashboard?
Hi, My data source is kettle over kettletransfrom file, it will get the result starttime 201510122345 which component can be used to display the data in the dashboard?
View ArticleExport BLOB from SQLite database
Hi there I want to see whether I can use Pentaho for one of my applications! I use Spoon and I want to read a BLOB from an sqlite database file. I use the sqlite-jdbc-3.8.11.2 driver from Xerial. It...
View ArticleAlgorithms missing from Develper's edition
Hi, I'm trying to make a comprehensive analysis of feature significance for a Machine Learning scheme of mine and while I was trying to parallelize the process I stumbled upon a post mentioning that...
View Articletooltipformat function help
Hello, I have the following code in the tooltipformat function of a CCC Bar Chart and it works perfectly: function f(scene){ var fix = def.html.escape; var vars = scene.vars; var series =...
View ArticleRemote execution of tranformtion using Carte
Hello Community, Recently I started working on carte utility to run transformation using web services. I am facing issue to upload transformation. Below is URL to add transformation in carte serve but...
View Articleget date 3 days ago
I'm guessing how to get the date from 3 days ago. No success so far. I've tried: GetSystem Info (system date variable) -> Calculator Step (Date A + B Days). B is -3 I always get an error: Unable to...
View ArticleURL parameter value list
I am developing a report that requires a string parameter with a list of values. This list of values depends on a table and the user can select multiple values from the list. In the report designer...
View ArticleWrong value returned with data with XML
Hi, Not too experienced with Kettle and I can't figure this out. I have created an XML transformation to read data from our energy meter. Part of the xml looks like this:...
View Article