pentaho-cde

Pentaho : How to split single Excel file to multiple excel sheet output

℡╲_俬逩灬. 提交于 2020-01-15 03:44:07
问题 I have a list of employee details. I want to split each employee detail in separate Excel sheet. I tried a lot but I get only separate Excel files alone, not all the sheets in a single file by using Pentaho kettle. Eg: Raja 22 developer 25000 ravi 23 tester 2000 karthik 24 designer 4000 Mani 28 developer 45000 In that each employee details will need separate sheets in a single excel file. Already, I worked with "MS excel writer" but it did not work. EDIT Thanks for your valuable reply,its

Pentaho CDE reset parameter

十年热恋 提交于 2020-01-11 14:06:51
问题 I have a data table component and seven multiple selectors related to it. And i want to reset all selectors to default value with a reset button. My data source is SQL database, so i don't have a select "All" option in these selector. Is there any way to make it happen? 回答1: There are two issues you need to solve: Adding default values for the selectors Adding a button that resets these selectors to their default value For 1 I would go for something like this: Set the SQL query for the

Pentaho CDE reset parameter

爱⌒轻易说出口 提交于 2020-01-11 14:06:20
问题 I have a data table component and seven multiple selectors related to it. And i want to reset all selectors to default value with a reset button. My data source is SQL database, so i don't have a select "All" option in these selector. Is there any way to make it happen? 回答1: There are two issues you need to solve: Adding default values for the selectors Adding a button that resets these selectors to their default value For 1 I would go for something like this: Set the SQL query for the

Not able to Connect to DI repository server from Spoon

。_饼干妹妹 提交于 2020-01-06 08:39:19
问题 I am trying to connect to DI server from Spoon..(Spoon with DI server) - DI server is running fine. Few days back when I tried it was working fine. suddenly I dont know where does the issue come from. I followed the steps from the documentation : http://infocenter.pentaho.com/help/index.jsp?topic=%2Fpdi_user_guide%2Ftask_pdi_usr_connecting_2_repo.html How do I add DI repository to this? Can anyone help? 回答1: There is 3 types of DI repository for Spoon: file-based repository (free) db-based

Pentaho - charts not displaying in CDE dashboards

眉间皱痕 提交于 2019-12-25 03:44:40
问题 I installed Pentaho 5.3 community version on Windows. My problem is that when displaying a CDE dashboard, text is displaying just fine but charts do not display at all. I got this issue with both sample CDE dashboard and my own dashboards. I see nothing into pentago log that could explain that problem. I gotr the problem with both Firefox and Chrom latest versions. Any idea ? Thank you 来源: https://stackoverflow.com/questions/28880879/pentaho-charts-not-displaying-in-cde-dashboards

How to Apply group by on mdx Query

拈花ヽ惹草 提交于 2019-12-25 00:50:01
问题 Working pentaho dashboard trying to generate report to get transaction count per day/Week/Month between two date. Below MDX Query return transaction count 1 because 'created' is not group by WITH SET [~COLUMNS] AS Filter([created].DefaultMember.Children, [created].CurrentMember.name >= "2014-10-01" AND Left([created].CurrentMember.Name, 10) <= "2014-10-02") SET [~ROWS] AS {[markup].[markup].Members} SELECT NON EMPTY CrossJoin([~COLUMNS], {[Measures].[Transaction Count]}) ON COLUMNS, NON EMPTY

Pentaho CDE Bar chart display

一个人想着一个人 提交于 2019-12-24 00:49:15
问题 I am trying to display a simple static Bar Chart in pentaho CDE but while previewing it i am not getting any result. I am using Pentaho 5.4.0.1.130 version. my console display. my chart component panel details I checked the Query result in mysql workbench and it is giving me proper result 回答1: You are missed Height and Width of the chart. Please specify the value of the height and width like below: Eg: Height: 200 Width: 400 来源: https://stackoverflow.com/questions/35169865/pentaho-cde-bar

How to change Pentaho after login page

空扰寡人 提交于 2019-12-21 22:07:58
问题 After login to Pentaho BI server as a user, the Pentaho shows a default page. I need to redesign that page to match look at feel of a company website. What files do I need to edit and how to give links from that page to dashboards in Pentaho? 回答1: Instead of redesigning the Pentaho screens create a "central dashboard" with links to all of your "sub-dashboards". This central place can be created as an another Pentaho CDE dashboard and you can make it look and feel as company website, because

How to get last 7 days data from current datetime to last 7 days in sql server

妖精的绣舞 提交于 2019-12-17 07:30:12
问题 Hi I am loading table A data from sql server to mysql using pentaho when loading data i need to get only last 7 days data from sql server A table to mysql In sql server createddate column data type is like datetime AND In mysql created_on column datatype is timestamp Here I used below query but i am getting only 5 days data Please help me in this issue select id, NewsHeadline as news_headline, NewsText as news_text, state, CreatedDate as created_on from News WHERE CreatedDate BETWEEN GETDATE(

Fetch Data From Remote Database Every Hour

老子叫甜甜 提交于 2019-12-14 04:21:24
问题 Yesterday i Download Pentaho BI Server Data Integration Report Designer Than I connect report designer to the remote database and fetch table and draw chart of that data successfully. My Question is ,I want to run that file (which i create in report designing ) every hour by fetching the new data from remote database can you please guide me step by step how to do it because i am new in all those stuff. 回答1: I will answer My own Question. So In order to schedule Job in Data Integration You