Magyar csapat - Életjel
Sziasztok! Hose-al találkoztam itt én is legelőször. Ma kínomban kattintgattam és idekeveredtem. A magyarosításra adatam át az általam használt módszertant valakinek, akin remélem, hogy segíteni is...
View ArticleLine Chart: Category label
Hi, I've a little problem with the customizations of a chart. 2013-08-02 12_35_41-AvepaPentaho2 [In esecuzione] - Oracle VM VirtualBox.png As you can see, I changed the x-axis-label rotation, but now...
View Articlexaction - passing query-result to report
Hi, I got a simple xaction where i select 5 Strings from the database, the query result got only 1 column with the 5 Strings as rows. How can i pass this to a simple report? I tried all i could, but i...
View ArticleDefine locale for sprintf() function
I have defined locales on computer, Pentaho BI Server and brower, but formating with sprintf() function in CDE (%.2f) is returning default fromatting (##,###.00). For Slovenia we need fromating with...
View ArticleQuery with Different hierarchies of the same dimension
Hi all, i have a dimension D which have two hierarchies: X and Y. I tried to do a query to verify the different results, but i observed that the query returns the same result. The query: 1) SELECT NON...
View ArticleRest api
Hi, I need to get Report detail , Audit information from Pentaho Solution Repository. Instead of hitting the pentaho database directly, can we get all the information via Pentaho REST API? do we have...
View ArticleExcel column format
I have table component and set appropriate column types and format for all columns. For example, for total count, we set column type as numeric and format as %d. When I am exporting to excel, the...
View ArticlePassing Variables to metadata injection transform
It is possible to establish a variable within ETL that can be used by the transformation defined in a metadata injection step? I need to pass information to the metadata injection transformation that...
View ArticleUnexplained error (Java.lang.ArayIndesOutOfBoundsException) yin transformation
I have attached my ktr I tried to run this transformation, which works without the blocking steps. I added the blocking steps, because my database routinely gets dropped, and I need to input data into...
View ArticleETL - "filling in" a missing piece of data
If I have a csv(or excel) input file that looks like this: Columns -> UID/USERNAME/TRAN_AMT/TOTAL_SPENT Sample data: 123 edmund_p 2.25 123 edmund_p 3.00 123 edmund_p 4.00 123 edmund_p 2.00 11.25...
View ArticleHow does olap engine work for SQL queries???
Dear all, I would like to know about olap engine. - In CDE, when we create dashboard, we can use both MDX and SQL for datasource. At that time, olap engine parses, validates and executes the MDX...
View ArticleUnable to find value metadata with name 'expenses_id', so I can't delete it.
Hello community! Here is what I have (as input): .csv file with 30+ fields, two of them are called trip_id and cost_center What I am trying to achieve (as an output): get a .csv file that will only...
View Articlehow to run a batch file (windows environment)
Hi, I think i am getting a hang of Penatho ETL (Community version) and i like it so far.. one hick up while working on it is: how to run a batch file (windows environment) using transformation/job? I...
View ArticleDesigner performance issue
I'm doing a transformation to get the surrogate keys of a business key in a fact table. The procedure processes rows in a pending table, that is, rows that at least one of the surrogate keys could not...
View ArticleError with custom MapReduce output format
I used the wiki example files from here: http://wiki.pentaho.com/display/BAD/...taho+MapReduce But when I run it in my environment (cdh4.2), I get the following error. Any suggestions? 2013/08/02...
View Articlehow to compose derived field in the output wth NVL (if null) condition
Hello all! Two inputs (csv files): let's say imput1 and input2. Each of them has among others two fileds: trip_id and cost_center. input1 gets left outer joined to input2 on trip_id One output (csv...
View ArticleRegarding Ability to pass principal names as parameter in filter list Dashboard
Hi Guys My name is Phani. I am facing issue with the following scenario. Please reply me is the following thing possible with pentaho BI Server Is there any way to pass principal names as parameter in...
View ArticlePentaho report contents not getting displayed in Pentaho user console
Hi all, I'm facing an error with a .prpt file. While running the prpt in report designer it just works fine . But when the same prpt ran in PUC (user console), the report contents are not displayed. It...
View ArticleSelect not in
I want to find rows from a database table that are not in a set of rows. In SQL I would do: SELECT t1.* FROM Table1 t1 LEFT JOIN Table2 t2ON t1.A = t2.A AND t1.B = t2.B WHERE t2.B IS NULL But, I want...
View Article