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