Viewing 9 posts - 1 through 9 (of 9 total)
Thank you for your reply. I am bringing in the raw value and calculating the average of those raw value in the matrix by group. So i am using avg...
December 24, 2010 at 9:31 pm
Thank you. Works like a charm.
October 21, 2010 at 12:58 pm
But I really need serious help on this.
October 6, 2010 at 12:12 pm
I am sorry but I did not know. I can take it out.
October 6, 2010 at 12:11 pm
Good Afternoon Lowell,
Here is the DDL. Please help. Thank you.
---For current balance
CREATE TABLE #Display
(
acct_no int,
acct_type char(3),
effective_dt datetime,
cur_bal decimal(18,2)
)
INSERT INTO #Display
(
acct_no,
acct_type,
effective_dt,
cur_bal
)
(
SELECT '112233' as...
October 6, 2010 at 11:04 am
Thank you. Can I send you a DDL and may be you can help. Please let me know.
October 6, 2010 at 10:48 am
Thank you for the reply. But the cur balance is in one table and the transaction is in another. I would have to use cur balance and remember the previous...
October 6, 2010 at 10:35 am
Got it working thank you.
April 30, 2010 at 2:27 pm
Thank you for the reply. But my mistake. I put No to specify what rows i want to be taken out from the result.
April 30, 2010 at 8:25 am
Viewing 9 posts - 1 through 9 (of 9 total)