How to use charts with negative values
Posted: Sat Jan 08, 2011 10:43 am
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
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