Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Opening and Ending Balance in SSRS

Author  Topic 

maunishq
Yak Posting Veteran

71 Posts

Posted - 2014-02-10 : 00:11:40
Hi,
Can anybody help me in deriving the below result in SSRS?

Jan Feb Mar .......
Open A B C
+/- xx yy zz .......
Close B C D

A = Constant value (No problem)
xx,yy,zz = Derived values (No problem)
B in Close (Jan) = B in Open (Feb) (That is the problem)
B in Close (Jan) = A + xx (I am okay for Jan, but now how about Feb? How do I get value for Feb (Open)? For Jan(open) I took a constant.)

Any help would be great.
Thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-02-11 : 02:42:55
how are you getting the fields from dataset?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -