cancel
Showing results for 
Search instead for 
Did you mean: 

Analytic List Report or Viz frame Chart?

Jayakrishnan
Active Participant
0 Kudos

HI All,

We are planning to create a Custom SAPUI5 application which is going to use to display the data in a Graphical Chart. We are using ECC (NW 7.50 SP09) as a Backend (not HANA).

Our app based on value help and dropdown Chart will be displayed. we have to use Stacked Column Chart. And by selecting the chart content, we need to display the selected chart data in a table at the bottom.

To achieve this functionality which method is better one. Analytic List or Viz framework Chart?

Thank you,

Regards,

JK.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196805
Contributor
0 Kudos

Chart, sap.viz.ui5.controls.VizFrame, comes with selectData/deselectData events which accepts custom functions. These events will also consist of the content of the data points being clicked on. So you could pick the content up and apply it to table. https://jsbin.com/nijisukuni/edit?html,output could be a sample for selectData/deselectData events. Please kindly check.

CristianBabei
Contributor
0 Kudos

By what I understand your question is, you will have the initial column chart, and want on a click even to display its data and how to display it? Table or a Viz Chart?:

It all depends on the content you want to display. If the content is alot of info you should use a table, or if it's a more graphical info, then a Viz Chart, if only some info about the column, not alot of entrys, I would use a pop-over.

If you can give us more details , maybe we can think it deeper, of wich would be the best way to archive the best UX for your app 🙂

Regards

Jayakrishnan
Active Participant
0 Kudos

Hi Cristian,

This is the working scenario. Initially we have to show the drop down at the top. there will not be any chart and table at initial. After selecting the data from the drop down, (it will return the notifications,type and time period ). the chart will display the data. After clicking the chart i need to bind the selected chart data into table. Hope you have understood.

My question is, i have recently came to know about Analytical List(SAP Fiori Elements). Can i use that or Viz frame?

Thank you,

Regards,

JK.

CristianBabei
Contributor
0 Kudos

By Analytical List ,you mean, Analytical List Page?