How to use charts with negative values

Сonversation on different topics
Post Reply
wwachter
Posts: 5
Joined: Sun Aug 15, 2010 2:34 am
Location: Austria

How to use charts with negative values

Post by wwachter »

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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

How to use charts with negative values

Post by Vladimir »

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.
Attachments
778.Report.mrt
(11.05 KiB) Downloaded 338 times
Post Reply