We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
If you became a customer of the Syncfusion Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion for your reporting needs.

Displaying a running average on a chart

I have the following embedded XML dataset:

<Query>
<XmlData>
  <YearStatistics>
    <YearStatistic>
      <Year>2017</Year>
      <Data>1</Data>
    </YearStatistic>
    <YearStatistic>
      <Year>2018</Year>
      <Data>2</Data>
    </YearStatistic>
    <YearStatistic>
      <Year>2019</Year>
      <Data>3</Data>
    </YearStatistic>
  </YearStatistics>
</XmlData>
</Query>

I am trying to show the RunningValue on a chart.
When I create the RunningValue expression as "RunningValue(Fields!Data.Value,SUM,"DataSet")" it works in tables.
But when I set chart value as "RunningValue(Fields!Data.Value,SUM,"DataSet")", it does not work.
The graph "editor component" actually starts to be unresponsive.
Is it possible to show the running value on a chart?

Best regards
Martin



Attachment: RunningValueTest_5d10054f.zip

1 Reply

MS Mahendran Shanmugam Syncfusion Team May 7, 2019 08:58 AM UTC

Hi Martin, 

We were able to reproduce the mentioned running value expression issue chart report item at our end and we have confirmed that the issue is a defect and logged a defect report on this. You can keep track of this bug from the feedback portal below.  

  
This fix has been included in our upcoming ES Volume 2 2019 release and it is estimated to available on end of the June. 

If you have any more specification/precise replication procedure or a scenario to be tested you can add it as a comment in the portal.  
 
Regards, 
Mahendran S. 


Loader.
Live Chat Icon For mobile
Up arrow icon