pentaho-cde

pentaho CDE conditional formatting of bubble chart

坚强是说给别人听的谎言 提交于 2019-12-13 05:25:07
问题 I have used CCC Heat Grid in CDE to create a bubble chart with bubbles of different colors. My data set has only 6 values: (1, 1.1, 2, 2.1, 3, 3.1). I have sizeRole property to "value" so that the size of the bubble varies based on the magnitude of these six values. Alternative, I could have set colorRole property to "value". I have set three colors: green (1), yellow (2) and red (3). Now, what I want to have 1 as green, 2 as yellow and 3 as red; and biggest constant size for 1.1, 2.1 and 3.1

Dynamic naming of excel sheets using pentaho kettle

余生颓废 提交于 2019-12-11 13:38:09
问题 I have a transformation with sequential steps of writing data from a table input step to Excel sheets using Excel writer step. The sheet names are basically provided in the sheet name box in content tab which was reflecting in the spreadsheet. Instead of per-defining the sheet name, is there any possibility that the sheet names can be dynamically taken from column value of the table. Ex: say there is a table section and columns section_name , stud_name so i need to show section names as excel

How to insert an image on Pentaho dashboard with condition?

被刻印的时光 ゝ 提交于 2019-12-11 11:04:05
问题 I know how to insert an image using add image avaible on Layout Panel or using HTML. However I want to make a condition : If the image is not avaible or doesn't exist, there is a default image I want to display. So I think I need to do it with js function. What is the best way for it? 回答1: you can use image tag in html for that. <img id="img" src="SomeImage.jpg" onerror="this.onerror=null; this.src=default.png" alt="" width="100" height="120"> 来源: https://stackoverflow.com/questions/57678223

Angry org.pentaho.di.core.exception.KettleMissingPluginsException in Step : JmsOutput Why?

一笑奈何 提交于 2019-12-11 07:57:55
问题 I made a Transform to send JMS Produce to ActiveMQ . but during executing the transform via my Java Client Application including PDI Jars. I faced this Error : SEVERE: null org.pentaho.di.core.exception.KettleMissingPluginsException: Missing plugins found while loading a transformation Step : JmsOutput at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2840) at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2676) at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628) at org

MySQL query parameters in a Pentaho CE dashboard

早过忘川 提交于 2019-12-11 06:29:09
问题 First, I'm on Pentaho CE 8.0. And I'm not an expert on Pentaho . The question seems simple but I cannot get it working. I'm trying for a dashboard to use a simple parameter for a WHERE condition in a MySQL query . The Bootstrap layout has 3 columns, one for each component (filter, text, table). Simple parameter: - Name: salesrep_selection - Property value: mike Filter component (to select the sales rep): - Name: salesrep_selection_filter - Parameter: salesrep_selection - Values Array: [["mike

How to add a “select all” option to select component in CDE?

寵の児 提交于 2019-12-11 05:49:23
问题 I have a select component on my dashboard and i want to add a "select all" option to be a default value of this selector. The data source for this select component is SQL. Can anyone help? 回答1: To add select all option as a default value i will explain you with an example. consider i have two distinct rows in one column(eg: Category is the column name and there are two rows in that column "Billable","Non-Billable") selecting either of this two is possible or selecting both using multiselect

Pentaho CDE “All” option in “Select” component

社会主义新天地 提交于 2019-12-08 10:14:09
问题 While a "Select All" feature in a select dropdown component would seem to be a straightforward feature, I've had an incredibly hard time finding a workable solution. I can find three SO questions on the topic, but none of the approaches work entirely. How to add a select all option to select component in CDE Pentaho CDE reset parameter How to add a "select all" option to select component in CDE? I have a table with a column that contains ratings from 1-5 (as string-type). I need to give users

Pentaho single Dashboard for multiple reports using ajax

空扰寡人 提交于 2019-12-06 14:41:09
问题 I have made multiple copies of dashboard for different reports to render. so url changes for each report in the browser and whole page needs to be refreshed. Day before yesterday i came to know that any component can be refreshed [ Refresh all components of Pentaho CDE dashboard ] I wanna know if i can use single pentaho dashboard to render different reports over single reporting component, using ajax calls by clicking different buttons/links? I feel there should be some way arround this. 回答1

Pass parameter to pentaho CDE report

醉酒当歌 提交于 2019-12-06 09:25:13
问题 I created a CDE parameter report in this report I want pass parameter through url my CDE report link as below http://localhost:8080/pentaho/content/pentaho-cdf-dd/Render?solution=demo&path=&file=pass_parameter.wcdf&userid=joe&password=password and my cda query url as below http://localhost:8080/pentaho/content/cda/doQuery?path=demo/pass_parameter.cda&dataAccessId=jdbc&paramdeviceType=deviceType In above cda query url if I pass deviceType as below http://localhost:8080/pentaho/content/cda

Pass parameter to pentaho CDE report

假如想象 提交于 2019-12-04 13:49:07
I created a CDE parameter report in this report I want pass parameter through url my CDE report link as below http://localhost:8080/pentaho/content/pentaho-cdf-dd/Render?solution=demo&path=&file=pass_parameter.wcdf&userid=joe&password=password and my cda query url as below http://localhost:8080/pentaho/content/cda/doQuery?path=demo/pass_parameter.cda&dataAccessId=jdbc&paramdeviceType=deviceType In above cda query url if I pass deviceType as below http://localhost:8080/pentaho/content/cda/doQuery?path=demo/pass_parameter.cda&dataAccessId=jdbc&paramdeviceType=Linux It shows me a json formatted