Hi! i have a simple table with
CREATE TABLE [dbo].[testcurrency](
[testid] [int] NULL,
[testdate] [datetime] NULL,
[testeuro] [float] NULL
) ON [PRIMARY]
an about 30 rows with one entry for each day of month 2011-01-01 2011-02-01 ... and negative values in field testeuro (-23100, -24900, -25300, -21200...)
Now i would like to make a chart with a line (stacked line ?) to see each days value this chart.
Is there any documentation on useing something like this, i find your videos very helpfull but could not solve my problem with the existing video.
I could give you an example report for this.
Best regards
Werner
How to use charts with negative values
How to use charts with negative values
Hello,
To do this you need to create a Line Chart, as an argument to specify the testdate column, as values - testeuro column. You can see an example in the attached file.
Thank you.
To do this you need to create a Line Chart, as an argument to specify the testdate column, as values - testeuro column. You can see an example in the attached file.
Thank you.
- Attachments
-
- 778.Report.mrt
- (11.05 KiB) Downloaded 338 times