Drill Down in Same Panel in Pentaho CDE

Posted on by By admin, in Business Intelligence, Open Source Business Intelligence, Pentaho | 1

Drill Down in Same Panel in Pentaho CDE

First create dashboard having two three panels as in example shown below :-

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Get your 30 Days Trail Version

B1

In this example we are going to learn how we can drill down from bar chart in second panel to the table component in third panel with the relevant data.
On clicking any of the bar representing the categories in the bar chart in second panel, the detailed report of that department should open in the third panel in table component.
Here are the instructions to achieve the drill down of bar chart to table component:

1) Set the clickable option = ‘True’ in the properties of bar chart.
2) In the click action of bar chart write the code:

b2

In this code we are passing value from bar chart to the table through parameter ‘department’ i.e on clicking the bar representing different department we will be getting the detailed data of that department in the table.

3) In the component layer add the component ‘simple parameter’ as department:

b3

4) In the properties of table component add listener and parameter department respectively:

b4

b5

5) In the SQL query of table component add parameter in the where clause or in the way you want data to get filter on the basis of parameter used:

b6

Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.

Grab The 30 Days Free Trail

6) In same window, add the parameter ‘department’.

b7

7) Save the dashboard and click on the preview. Here you’ll be able to see the changes in table component as you click on a different department in bar chart.

logo

Best Open Source Business Intelligence Software Helical Insight is Here

logo

A Business Intelligence Framework

Thankyou
Nisha Sahu

0 0 votes
Article Rating
Subscribe
Notify of
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Render product details is the component name? Can u please share the CDE, CDA, sample file if u have?