Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, November 3, 2017

Row Wise Balance

SQLServerCentral » Latest topics
Row Wise Balance
Hi

I have below query and i want to display row wise Balance in SSRS 2008

Select A.[No_],
(select sum([Amount]) from [D $Detailed Cust_] where [Posting Date] < @frDate and [Customer No_] = @Cust) as OpgAmount,
B.[Document N

No comments: