cancel
Showing results for 
Search instead for 
Did you mean: 

Graphs for Table View

Former Member
0 Kudos

Hi,

In CRM7.0 SAP has provide a Graph ( Bar /Pie ) visualization for table views.

Now I have created a custom table view . How do I enable the the bar graph for this view ??

Thanks in advance.

Regards,

Swati

Accepted Solutions (1)

Accepted Solutions (1)

BGarcia
Active Contributor
0 Kudos

Hi Swati,

In your tableview definition, just add the paramater enableTableGraphics to enable it:


<chtmlb:configTable id                    =  "Table"
enableTableGraphics   = "TRUE"
...

Kind regards,

Garcia

Edited by: Bruno Garcia on Aug 19, 2011 11:42 AM

Former Member
0 Kudos

Hi Gracia..

Thanks a lot for ur help.I am able to get the bar graph now . Is there any means by which I can change the axis of the graph i.e. make one table column as Y axis and represent the data of another column on X axis .

Regards,

Swati.

Answers (0)