Question
Tata Consultancy Services
US
Last activity: 20 Aug 2018 15:20 EDT
How to add an Interactive Charts with drill down in Section/Harness
We have a requirement to show a Pie Chart in Dashboard, and user will get the drill down data in report format once clicked on a wedge. However I could not find how to do it using Chart control using report definition as a data source in Pega7.3 version.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Tata Consultancy Services
US
Pega provided a hotfix to open the drilldown report on click of a chart wedge in the same tab. we have used composite tab group layout in our portal to open the report with chart in a separate tab. Pega version 7.3
hotfix number for SR-C53597: HFIX-46565
Pegasystems Inc.
FR
Hello,
I think you should find existing report definition doing this already. Which version of Pega are you running?
Pegasystems Inc.
FR
Maybe pyTaskDuration and pyTaskDurationDrillDown
Tata Consultancy Services
US
I am running Pega 7.3 version. pyTaskDuration is a perfect example and I have created a similar one. However, how to embed that in a section as a chart format, so that when user clicks on any wedges it will show the data. I have a requirement to show the chart in Dashboard and user can see it on Login.
Updated: 2 Aug 2018 21:18 EDT
Pegasystems Inc.
US
You can also check "Pie Chart" example in UI Element. It uses Data Page as the Data source. You can change it to use your own Report definition.
See OOTB section "pxUIGalleryPieChat" under @baseclass.
-
Dhanasekar Chellamuthu
Tekclan Software Solutions
IN
You can first place the chart in separate dynamic layout and use your report definition as data source. Then configure event action in actions tab of dynamic layout. Then have event as click and action as report definition and from there u can display your report by clicking on chart.
PFA for sample implementation.
Tata Consultancy Services
US
Hi Dhanasekar,
Thanks for the approach but there are couple of challenges. 1) Clicking on the chart will run the report because of the layout control, but we need the wedge filter for the drill down. Basically if we have 3 wedges W1, W2, W3 on the chart and if user selects only W2, then popup should show only data for W2, no need to run the entire report again in popup. 2) we can't have 'Wedge moving out' animation if we click on a wedge, as there is an onclick control on layout.
If you can get me a solution for the point# one, mentioned above, it will be a great help.
Regards,
Som
Accepted Solution
Tata Consultancy Services
US
Pega provided a hotfix to open the drilldown report on click of a chart wedge in the same tab. we have used composite tab group layout in our portal to open the report with chart in a separate tab. Pega version 7.3
hotfix number for SR-C53597: HFIX-46565
-
Nabendu Pal Veronica Prado GOURI KANCHANAMALA WICKRAMASEKARA
CollabPartnerz
IN
Hi,
Below link might help you,