Using a variable for a chart
Posted: Tue Nov 20, 2018 3:59 pm
Reports.web .NET core.
We have a report. It's in compilation mode.
I have created a variable called YearParam (decimal) (actually 4, but let's use 1 first).
I would like to fill that variable with a sum created in the GroupHeaderBand. I see that sum in the GroupHeaderBand, so the sum works.
I need the variable, so I can use it in a Chart. (I can't use summed totals in charts, so that's why I need the variable)
I tried to fill it with events, like suggested here: viewtopic.php?t=5208#p23204 "You should create Variables and set its values in the Before Print event of the Group Footer. (see Report1.mrt)."
but i have the feeling events are not working in (our version) of reports.web
our version: Version 2018.2.3 from 6 July 2018, .NET Core, JS
My question is:
How can i get my syummed total in a variable, so it can be used in a chart?
We have a report. It's in compilation mode.
I have created a variable called YearParam (decimal) (actually 4, but let's use 1 first).
I would like to fill that variable with a sum created in the GroupHeaderBand. I see that sum in the GroupHeaderBand, so the sum works.
I need the variable, so I can use it in a Chart. (I can't use summed totals in charts, so that's why I need the variable)
I tried to fill it with events, like suggested here: viewtopic.php?t=5208#p23204 "You should create Variables and set its values in the Before Print event of the Group Footer. (see Report1.mrt)."
but i have the feeling events are not working in (our version) of reports.web
our version: Version 2018.2.3 from 6 July 2018, .NET Core, JS
My question is:
How can i get my syummed total in a variable, so it can be used in a chart?