Viewing 11 posts - 16 through 26 (of 26 total)
Thanks Adi. I misunderstood the query. Now all good, thanks!
March 12, 2014 at 5:22 am
Hi Sean,
I am sorry and I made this drag a long way. Will post clearly soon on this.
February 19, 2014 at 10:12 am
Hi Sean,
It's not a running total. The business rule for PriorVersion is sum(PreviousYear), so that I get PriorVersion values. And variance should be done for (PreviousYear - PriorVersion).
Lee me know...
February 19, 2014 at 9:48 am
Hi Sean,
I wasn't clear what I have to mention for that Priorversion column. So just mentioned the previous year. I have updated my post. Hope it helps.
February 19, 2014 at 9:07 am
Hi,
You are correct. I disclosed some dummy raw data to show the expected output.
But this is the one that should be happening there.
PriorVersion will be like sum(PreviousYear)
Variance will be...
February 19, 2014 at 8:06 am
I am using the below query and doesn't work
SELECT LTRIM(Cost) FROM Application
February 12, 2014 at 6:10 am
I changed the datatype to int. But now when I run the query It says invalid column name for cost.
Table Schema:
CREATE TABLE [dbo].[Application](
[ID] [int] NOT NULL,
[Date] [date] NULL,
[ Cost] [int]...
February 12, 2014 at 5:39 am
Viewing 11 posts - 16 through 26 (of 26 total)