Skip to main content
Hi everyone!

 

I'm attempting to add a line to a bar chart. The data for the line is a single point of data created with a custom formula. It's simply an average line that I want to show up over the bar data. 

 

Here's my report and the point of data I'm trying to get in the line:

 

Average Line on Bar Chart not displaying

 

Here's the chart configuration screen from my dashboard component:

 

User-added image

 

After selecting what I have, the chart legend says it's showing the line, but the blue line doesn't actually display. Now I've gone ahead and created a metric component to show that value, but I'd much rather have the line on the chart itself.

 

Any suggestions or guidance is most appreciated.
4 respuestas
  1. 22 jun 2016, 15:41
    Hi David,

     

    Use the PARENTGROUPVAL function, it will be something like

    PARENTGROUPVAL(Activity.ActPo1__c:SUM, GRAND_SUMMARY)/8

     

     
0/9000