Questions tagged [pentaho-cde]

Community Dashboard Editor from Open-source provider of reporting, analysis, dashboard, data mining and workflow capabilities.

304 questions
2
votes
1 answer

DEBUG: Using PENTAHO_JAVA_HOME

Am trying to start pentaho, but am getting the below mentioned error DEBUG: Using PENTAHO_JAVA_HOME DEBUG: _PENTAHO_JAVA_HOME=/usr/java/jdk1.7.0_67-cloudera/jre/bin DEBUG: _PENTAHO_JAVA=/usr/java/jdk1.7.0_67-cloudera/jre/bin/bin/java Using…
user4130072
  • 137
  • 4
  • 17
2
votes
1 answer

No Column Span property in Pentaho 5.4

I'm starting with Pentaho 5.4, and as I see in some CDE Dashboard tutorials, column element in Pentaho has a Span property to set the column "weight", but I don't find that property, maybe because it is a diferent version. I see the following column…
AdSsa
  • 268
  • 1
  • 6
  • 21
2
votes
0 answers

Edit content button disabled in Pentaho

When I try to edit a CDE Dashboard, the only buttons enabled in toolbar are Open and New, but Save, Save As and, especially, Edit Content buttons are disabled. I have tried to change profiles permissions (adding all to all users) and to put write…
AdSsa
  • 268
  • 1
  • 6
  • 21
2
votes
0 answers

Pentaho BI data source for custom OLAP (XML/A) provider

I need to be able to create simple ad-hoc reports on Pentaho BI using plugins like Pivot4j or Saiku. My data provider is SAP with XML/A interface. So the question is how could I create an OLAP data source that based on XMLA protocol? Or it is…
semenchikus
  • 730
  • 8
  • 17
2
votes
4 answers

How to change Pentaho after login page

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?
2
votes
1 answer

Creating Pentaho CDE dashboard with 100% width

What is the a best/correct way to create a Pentaho Dashboard (CDE) that uses full width (100%) of a browser window size? I need to remove the default 960 pixel width that screen.css defines.
2
votes
1 answer

Edit data by Pentaho dashboard

Is it possible to edit data in database by Pentaho dashboards? I want to do dashboard where data will be presented in table with edit buttons. When button will be pressed, the form will appear in modal window filled by data. User will change and…
Bagdat
  • 308
  • 4
  • 15
2
votes
1 answer

How to call another dashboard in Pentaho using POST method

I am using Open Source Pentaho CDE as BI tool for my project. In my Dashboard im using some yearly data to represent charts. And i need Drill Down functionality to know the data of the particular year in another dashboard. If i click the year 2008…
Hariprasath
  • 828
  • 4
  • 15
  • 41
2
votes
1 answer

Individual column searching in Pentaho CDE BI server

Table component in CDE Pentaho is based on datables, I wanted to implement this functionality in my tables https://datatables.net/examples/api/multi_filter.html $(document).ready(function() { // Setup - add a text input to each footer cell …
shaggun
  • 66
  • 1
  • 2
  • 8
1
vote
0 answers

Pentaho CDE Javascript change table background

I have a CDE dashboard and onve of my tables has cells that I want to change background colors based on comparing two cells. The javascript below works well and changes the background as wanted, however it gets rid of the number formatting of %.2f…
1
vote
0 answers

Load external JS with document.write from a third party in Angular 8

I'm creating a library with Angular 8 to render dashboards from Pentaho CTools to avoid to use iframes. If I call the script straight from index.html it works fine so I can render the dashboards. But in my case I need to inject that from appendChild…
1
vote
0 answers

I need to rename Pentaho url from localhost:8080/pentaho/Home to localhost:8080/renamed_text/Home

Hi Guys After we land from login page to Pentaho home page I need to change the URL and remove Pentaho from their example before:- localhost:8080/pentaho/Home to After localhost:8080/some_text/Home i.e change the pentaho route name..
1
vote
0 answers

Pentaho 6.1 - How to show a drop-down list of possible results when searching in a field?

I have two fields where to look for the values ​​present in the first and fourth columns of the table. I would like to show a drop-down list of possible values ​​that start with the text I'm writing. How can I change the following javascript…
1
vote
1 answer

How to insert an image on Pentaho dashboard with condition?

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…
user11492726
1
vote
1 answer

How to pass a variable obtained from query component into a query on Pentaho CDE?

I managed to get data as variable with Query component. Now I want to pass this variable into a query. Here is what I did: On Query Component: myresult='NYC' in my example. The query on Datasources: I use this one to display a chart, when I…
user11492726
1 2
3
20 21