Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

Dynamic width of the popup component

$
0
0
Hi Forum,

How to increase the width of the popuped chart when clicking on a button ? The chart is going out of the area.. dynamically it has to adjust it's height & width.. height is OK but width ..

Is there any way to set certain width or dynamic width ?


Thank you.

Hide band globally ??

$
0
0
Hi everyone,

Is there any global property which allows us to hide a specific band (Eg: Report header, page header etc) on all reports?

Unable to create repository connection in PDI CE 5.0.1.A

$
0
0
Is it possible to connect the CE version of PDI to a repository? When I click on the little green plus icon in the repository window, I get what appears to be a help screen instead of a place to enter connection details. I can't for the life of me figure out how to add a connection to a database.
click plus.png

Resulting window. Isn't this where I'm supposed to add the connecting info? I can't.
help text.jpg

Also, when I click on the New | Database Connection icon, absolutely nothing happens. Nada.
Screen Shot 2014-06-04 at 13.00.35.png

Any help would be appreciated!

Geoff
Attached Images

[Tutorial] Mondrian Schema for OLAP Cube Definition ft. Google Analytics and Saiku

[Saiku] Measure : Number format ?

$
0
0
Hello,

How can I configure the format of cells in Saiku ?
I have a measure, with small values (<0.001). And, instead having the values, I have the rounded values 0.00 displayed in the table (whereas values are correctly displayed in the CSV file exported).

I joined a screenshot which shoud explain my problem! :)

Thanks,
Lomba.
Attached Images

de-normalize step confusion

$
0
0
i have created a transformation attached below

i have data with four constants in normalized form with each having different rows as below

'EGYCON=1257'
'ACTCON'=1257
'EGYPF'=1272
EGYGEN=168



when i de normalize i should get the max value of rows as result in this case 1272 but i am getting only 888 i am i missing anything

In result table i should get for each ERM_ACTL_VLS_LNS_PM_ID i should get 24 records for every day as observed in result i am missing some hour records

denormsample.ktr
Attached Files

Is it possible to implement a Multi bar + multi line chart?

$
0
0
Hi guys,

I have a requirement where I have to implement a graph like this:

graf.jpg

I've been searching on forum, and I found double line and bar line and bar chart with two different value columns. It's somehow similar but not what I pretend.
If you notice, I will have on the right side another scale/legend, and also some indicator dot lines...

Before I start digging and coding, I would like to know from you guys if it is possible to implement something like this! If so, any advice or directions would be much appreciated!

Thanks in advance
Attached Images

What kind of license do I need?

$
0
0
Hi,

I am working with the open source version of Pentaho BI.
I want to create reports that will be hosted on my server
then I want my clients to connect to my server to view reports and charge them for this.

What kind of licensing do I need?
What are my obligations to my clients?

thanks.

Extract data from CSV file and then transform it into XML to finally load into target

$
0
0
Have a requirement to extract data from CSV file and then transform it into XML to finally load into target.


The data in the CSV file is

Number,Email,Email Communication,Member Type,VIN
85320000399,test@hotmail.com,TRUE,CANLAN,TEST
81890000887,test@hotmail.com,TRUE,CANLAN,TEST
85480001175,xx@live.ca,TRUE,CANLAN,TEST
85370001847,abc@hotmail.com,TRUE,CANLAN,TEST
85500000418,123ftremblay.ca,TRUE,CANLAN,TEST


XML format
<MemberUpdate>
<MemId>85320000399</MemId>
<emailAddress>test@gmail.com</emailAddress>
<optInFlag>true</optInFlag>
<memberType>CANLAN</memberType>
</MemberUpdate>POSQTGRESQL table column is of XML datatype
I created a transformation to do the above but I get an error.


ERROR: column "content" is of type xml but expression is of type character varying.
Hint: You will need rewrite or cast the expression. The transformation ran successfully when I changed to the table datatype to "character varying." But I want to do this without making any changes to the database.
But my question is doesn't "ADD XLM" transformation convert the fields to XLM? If not how do I achieve this?

Naive Bayes Evaluation

$
0
0
Right now I need to use Naive bayes classifier provided by weka. I can't figure out how define features. not like what methods to call, but how to map my to types provided by weka: numeric, nominal etc.
For example: I have a bag of words. How can I use it in weka?
Thanks in advance?

Upgrading from pdi-ce-4.2.1 to pdi-ce-5.x

$
0
0
Iam new to the Pentaho DI tool. Currently our team is using pdi-ce-4.2.1 version and looking for upgrading to the latest version. I looked at some of the documents and it says it should be upgraded incrementally, version by version, until version 4.4.x is reached and then upgrade to 5.x. Does this apply from both Community edition and Enterprise edition as well. Can someone please suggest their recommendations on how to upgrade from pdi-ce-4.2.1 to pdi-ce-5.x and do we have to upgrade to version 4.4.x before we can upgrade to 5.x?

terminating SQL SELECT statement with semicolon causes error

$
0
0
I'm currently running CE 4.4 on DB2 Z/OS and I'm moving a whole lot of jobs and transforms over to a DB2 LUW system. The jobs/transforms should run as-is but I've run into one huge problem. In the "Table Input" or "Database Join" step if the SELECT statement is terminated with a semi-colon ( ; ) in LUW the statement fails with a bogus -104 error. Once you remove the semi-colon it works. On the Z the statement works with or without the semi-colon.

Fails: SELECT * FROM TABLE;
Works: SELECT * FROM TABLE

It's a habit of coding to always add the semi-colon so most of our code has it. It will be a huge pain to go through everything to remove the semi-colons.

I'm wondering why this is working differently on the two systems and is it a bug?
Does anyone have suggestions on how to get around this issue?

Thank you.

Dave

Reading from txt file.

$
0
0
Hello all,
I am having some issue reading from a specific txt file. The delimiter being used is "|" however I am not sure how to pull the field names then begin to pull the lines of data. Would it be more beneficial to use a step other than a "text file input" step?

There are 30 fields names that I am trying to pull however I am having issues trying to extract the field names and the results as well. I may be complicating this more than it should be...

Any and all help is very much appreciated. Thank you so much!

sample.txt
Attached Files

Help-me: Developing Plugin with Weka

Date key and time key behaviour strange with measure max value

$
0
0
i defined a schema in which fact table contains date key yyymmdd and time key HHmmss and measures with dimension keys

i defined a measure to get max value say meausre1

when i select the a day and dimension and measure 1 it give the max value say 1000

when select hour as well it gives every hour max value 0 to 23

but the value i am getting for day is of 0th hour(1000) but not actual max value which is of 23 rd hour(9000)

and when i drill down to minutes every hour shows same minutes and values


Please have a look at attached screen

defined date and time as shared dimension as below used as dimension usage with Foreign key with date key and time key


<Schema name="Electrical_DW_Parameters">
<Dimension type="TimeDimension" visible="true" highCardinality="false" name="Date">
<Hierarchy name="Date" visible="true" hasAll="true" primaryKey="date_key">
<Table name="erm_dim_dat">
</Table>
<Level name="Year" visible="true" column="year4" type="Numeric" uniqueMembers="true" levelType="TimeYears" hideMemberIf="Never">
</Level>
<Level name="Month" visible="true" column="year_month_abbreviation" ordinalColumn="month_number" type="String" uniqueMembers="true" levelType="TimeMonths" hideMemberIf="Never">
</Level>
<Level name="Day" visible="true" column="date_us" type="String" uniqueMembers="true" levelType="TimeDays" hideMemberIf="Never">
</Level>
</Hierarchy>
</Dimension>
<Dimension type="TimeDimension" visible="true" highCardinality="false" name="Time">
<Hierarchy name="Time" visible="true" hasAll="true" primaryKey="time_key">
<Table name="erm_dim_time">
</Table>
<Level name="Hour of the Day" visible="true" column="hours24" type="String" uniqueMembers="true" levelType="TimeHours" hideMemberIf="Never">
</Level>
<Level name="Minutes" visible="true" column="minutes" type="String" uniqueMembers="true" levelType="TimeMinutes" hideMemberIf="Never">
</Level>
<Level name="Seconds" visible="true" column="seconds" type="String" uniqueMembers="true" levelType="TimeSeconds" hideMemberIf="Never">
</Level>
</Hierarchy>
</Dimension>
<Dimension type="StandardDimension" visible="true" highCardinality="false" name="All Meters">
<Hierarchy name="Meters" visible="true" hasAll="true">
<Table name="erm_dim_mtr">
</Table>
<Level name="Meter" visible="true" column="ID" nameColumn="Meter" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never">
</Level>
</Hierarchy>
</Dimension>
<Cube name="Device_DW_Parameters" visible="true" cache="true" enabled="true">
<Table name="erm_dvc_raw_dt">
</Table>
<DimensionUsage source="All Meters" name="Meters" visible="true" foreignKey="ERM_DVC_MTR_CD" highCardinality="false">
</DimensionUsage>
<DimensionUsage source="Date" name="Date" visible="true" foreignKey="ERM_DVC_DT_KEY" highCardinality="false">
</DimensionUsage>
<DimensionUsage source="Time" name="Time" visible="true" foreignKey="ERM_DVC_TM_KEY" highCardinality="false">
</DimensionUsage>
<Measure name="Active Energy Delivered(kWh)" column="ERM_DVC_ACTV_ENRGY_DLVRD" formatString="#.##" aggregator="max">
</Measure>
<Measure name="Active Energy Received(kWh)" column="ERM_DVC_ACTV_ENRGY_RCVD" formatString="#.##" aggregator="max">
</Measure>
<Measure name="Active Power L1(kW)" column="ERM_DVC_ACTV_PWR_LN1" formatString="#.##" aggregator="max">
</Measure>
<Measure name="Active Power L2(kW)" column="ERM_DVC_ACTV_PWR_LN2" formatString="#.##" aggregator="max">
</Measure>
<Measure name="Active Power L3(kW)" column="ERM_DVC_ACTV_PWR_LN3" formatString="#.##" aggregator="max">
</Measure>
<Measure name="Active Power(kW)" column="ERM_DVC_ACTV_PWR_TLAVRG" formatString="#.##" aggregator="max">
</Measure>

</Cube>
</Schema>

Untitled1.jpg
Attached Images

String Cut

$
0
0
I have the data which is as follows

Product
product 1
product 2
product 1:product 2
product 1: product 2: product 3
product 1:product 2:product 3:product 4

And so on in hierarchy

I want to get the data till the first semicolon.In other words, i want to cut the string till the first semicolon and my data should look like this
Product
product 1
product 2
product 2
product 2: product 3
product 2:product 3:product 4

Thanks in Advance.

Synchronize after merge failing

$
0
0
Hello,

I am using PDI 5.0.1 and postgres as my database. I have a transformation that inserts new data and updates any changed records using the merge rows (diff) but the synchronize after merge step is failing.

I have attached the transformation and the logs for your reference.

Thanks for your help.

Ron
Attached Files

Amazon S3 to Amazon Redshift

$
0
0
Hello folks,
I am a new Pentaho ETL developer. I am planning to load data from Amazon S3 to Amazon Redshift. I am using the S3 file input as source and PostgreSQL Bulk loader to copy to target. I am using the community edition. However it is giving me below error. Can someone point me why i am getting below error. Also what is the best practice to copy the data from S3 to Amazon Redshift using Pentaho ? Any help is well appreciated.


2014/06/04 19:40:31 - PostgreSQL Bulk Loader.0 - Launching command: COPY "public".apps_copy ( app_id, app_name, description, status, last_update, assignable, provisionable, systemapp, display_name, metadata_driven, auto_provisionable, demo_only, test_only, private_app, support_level, user_management_beta, all_sign_on_modes_beta, category_id, seat_count_supported, app_user_type_id, app_instance_type_id, identity_store, identity_store_supported, group_app_assignment_type_id, all_session_auth_modes_beta, agent_required, creation_status, client_app_id, source_query_date ) FROM STDIN WITH CSV DELIMITER AS ';' QUOTE AS '"';
2014/06/04 19:40:31 - PostgreSQL Bulk Loader.0 - ERROR {0}
Password for user pabcdef: 2014/06/04 19:40:33 - S3 CSV Input.0 - Finished processing (I=1817, O=0, R=0, W=1817, U=0, E=0)


2014/06/04 19:41:58 - PostgreSQL Bulk Loader.0 - ERROR {0} ERROR: LOAD source is not supported. (Hint: only S3 or DynamoDB or EMR based load is allowed)
2014/06/04 19:41:58 - PostgreSQL Bulk Loader.0 - Exit value Psql path
2014/06/04 19:41:58 - PostgreSQL Bulk Loader.0 - Finished processing (I=0, O=1817, R=1817, W=1817, U=0, E=0)

update user's password

$
0
0
hi all,
i'm using pentaho as a basis for developing a new project,but now i have a problem of updating user's password by using sql commands(xaction).It is changed in the database of the server.However, when i log out,i cannot log in by typing in the new password.And if i want to log in ,i still have to type in the old password.How can i solve it?

thank you,
candy

Pentaho Admin Console

$
0
0
Hi,

In my installation zip file from sourceforge and pentaho website i didnt get Admin Console.
Everywhere its written that admin console is within this file "biserver-ce-5.0.1-stable-CE" but i dnt have Admin console there.

Can anyone suggest from where i can download and Install the Pentaho Admin console.
Its a bit urgent. Quick reply would be highly appreciated.

Thanks
Viewing all 16689 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>