Viewing 15 posts - 136 through 150 (of 541 total)
Jack Corbett (7/3/2014)
July 3, 2014 at 9:14 am
J Livingston SQL (7/2/2014)
WITH rt_cte as (
SELECT a.[WK NO],
AC= MAX(AC),
comp= MAX(COMP),
AUSD= SUM(CASE WHEN SOA_TYPE = 'Agent' THEN USD_AMOUNT ELSE 0 END),
FUSD=...
July 3, 2014 at 5:15 am
ChrisM@Work (7/2/2014)
pwalter83 (7/2/2014)
ChrisM@Work (7/2/2014)
pwalter83 (7/2/2014)
... it does not calculate the ratio for the first row...
If your calculation depends upon a value from a previous row, what should the result of...
July 2, 2014 at 7:57 am
Koen Verbeeck (7/2/2014)
Did you map the column in the destination component?
Yes, the column is mapped in the destination component (screenshot s1). Also, the source column has data in it (screenshot...
July 2, 2014 at 5:01 am
ChrisM@Work (7/2/2014)
pwalter83 (7/2/2014)
... it does not calculate the ratio for the first row...
If your calculation depends upon a value from a previous row, what should the result of the calculation...
July 2, 2014 at 3:48 am
Lynn Pettis (7/1/2014)
Second, what have you done to try and resolve the problem?
Third, how does the running total part of all this fit...
July 2, 2014 at 2:28 am
Lynn Pettis (6/25/2014)
I found the problem, try the following:
IF OBJECT_ID...
June 30, 2014 at 6:10 am
Lynn Pettis (6/25/2014)
pwalter83 (6/25/2014)
Jeff Moden (6/25/2014)
pwalter83 (6/25/2014)
Lynn Pettis (6/25/2014)
I found...
June 26, 2014 at 1:59 am
Jeff Moden (6/25/2014)
pwalter83 (6/25/2014)
Lynn Pettis (6/25/2014)
I found the problem, try...
June 25, 2014 at 12:53 pm
ChrisM@Work (6/25/2014)
Don't give up. Have a look at the result of this:
IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL DROP TABLE #GLT
CREATE TABLE #GLT (
[Sequence] [int]...
June 25, 2014 at 9:31 am
Lynn Pettis (6/25/2014)
I found the problem, try the following:
IF OBJECT_ID...
June 25, 2014 at 9:29 am
Lynn Pettis (6/25/2014)
June 25, 2014 at 9:28 am
Lynn Pettis (6/25/2014)
pwalter83 (6/25/2014)
ChrisM@Work (6/25/2014)
Don't give up. Have a look at the result of this:
IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL DROP TABLE #GLT
CREATE TABLE...
June 25, 2014 at 9:27 am
ChrisM@Work (6/25/2014)
Don't give up. Have a look at the result of this:
IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL DROP TABLE #GLT
CREATE TABLE #GLT (
[Sequence] [int]...
June 25, 2014 at 7:26 am
Viewing 15 posts - 136 through 150 (of 541 total)