Questions tagged [pentaho-ctools]

Pentaho - Community Tools (ctools). A set of tools and components, working on top of Pentaho for custom dashboard implementation.

Pentaho - Community Tools (ctools). A set of tools and components, working on top of Pentaho for custom dashboard implementation.

Learn more about Pentaho - Community Tools (ctools) here.

60 questions
0
votes
1 answer

How to use special characters on pentaho Dashboard

I'm trying to use special characters on my dashboard using a HTML structure. It only works if I use HTML Entities such as "& atilde;" (without space) for ã. But is it the only way to do it? Is there anywhere I can set UTF-8, for example? I tried to…
Leonardo Sibela
  • 1,613
  • 1
  • 18
  • 39
0
votes
1 answer

How upload file to Pentaho User Console server?

I need : 1) Let the user select a file from his local pc 2) Upload that file to the pentaho server 3) Process the file using a kettle transformation I tried with a csv data source in Pentaho User Console (PUC) 5.0 but found no way to access it…
Dino
  • 781
  • 3
  • 14
  • 32
0
votes
0 answers

How to avoid rolling execution of a job(pentaho data integration)

I have got a job which run several transformations. some transformations contain the mysqlbulkloader. however my question is to understand why does i have got the feeling the job runs twice knowing that my execution results return each time this…
PhanJAf
  • 11
  • 8
0
votes
1 answer

run kitchen pentaho batch windows script from another batch file example

I am having issues at running the kitchen.bat file from another batch file @echo off setlocal enableDelayedExpansion REM IF EXIST "%ProgramFiles(x86)%\Transform.exe" SET Transform="%ProgramFiles(x86)%\Transform.exe" set tmpDate=%date% set…
PhanJAf
  • 11
  • 8
0
votes
1 answer

Hide X axis labels in a CCC line chart

Using Ctools through the Pentaho User Console/BI Server I'm wanting to keep the label Title on the x-axis (base axis) but hide the x-axis labels for my CCC Bar Chart component. When selecting baseAxisVisible to False in the Advanced properties it…
Tone
  • 765
  • 10
  • 24
  • 51
0
votes
1 answer

How to use specific d3 chart in pentaho

I am using Pentaho CDE . I have a requirement to implement a d3 chart http://bl.ocks.org/robschmuecker/7880033 i have installed the d3 component library. selected the d3 component from d3 components in the component panel. how do i proceed coding.…
Alen
  • 174
  • 4
  • 11
0
votes
1 answer

Unable to see data in CDA

I am Trying to genrate dashboard using pentaho CDE. I am using SQL jndi for database. I wanted to genrate dial chart for given value from drop down. I have designed the front end. when I try to load data from sql in CDA I am geeting error as…
Ami Patel
  • 296
  • 1
  • 13
0
votes
1 answer

trend line in bar chart in pentaho cde?

Each bar denotes an application in my case. I am using trend lines to see performance of different application on a bar graph. On the Trending line in bar chart, if one of the entity (bar) has no data, can we not show that trend. Currently getting a…
Alen
  • 174
  • 4
  • 11
0
votes
2 answers

How to use Community Startup tabs (CST) in pentaho CDE?

I am using Pentaho version 5.0.1 stable. I am creating a dashboard which would be user specific. As the user login's, respective dashboard will open. So a user would not need to go through browse and then open the dashboard. The user authentication…
Alen
  • 174
  • 4
  • 11
0
votes
3 answers

Ctools do not show up in pentaho UI

I am using Pentaho CE 5 on windows. I would like to use CTools but I can't make them show up in the File -> New menu to use them. Being behind a proxy, I can not use the Marketplace plugin, so I have tried a manual installation. First, I tried to…
0
votes
1 answer

pentaho CDE Class 'OUSER' was not found in current database

I am not able to preview pentaho CDE report or open CDE reports. I get following error: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at…
kinkajou
  • 3,664
  • 25
  • 75
  • 128
0
votes
1 answer

Access mysql database to create pentaho dashbord using CTools

I'm using CTools under Pentaho BI Server; I want to generate reports with an external MySQL database. I correctly added the data source, and the test of connectivity return OK but i don't know how i can access this database when creating a CDE.…
imen bhiri
  • 395
  • 1
  • 6
  • 19
0
votes
1 answer

Need feature information about Pentaho CTools to develop the dynamic / interactive dashboards

We want to use the CTools for the dashboard development instead using the Dashboard Designer of Enterprise Edition as it is quite limited and CTools are more powerful. But still we have some questions regarding few features of CTools about that we…
0
votes
1 answer

CCC BarChart - how to set a fixed value for Y axis dynamically?

I'm using Pentaho's Community dashboard editor.I'm using barchart. I need to assign the fixed value for y axis dynamically according to result set. In pre execution: function(){ this.chartDefinition.orthoFixedMax = 10; } but result set are only…
0
votes
1 answer

Custom parameters in Pentaho dashboards

Custom parameters in a CDE/CTools dashboard are great for defaulting initial values of parameters, e.g. setting a date parameter to today. i.e. the parameter looks like: function() { // some code return val } However there is an issue with them.…
Codek
  • 5,114
  • 3
  • 24
  • 38
1 2 3
4