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 2012 Forums
 Analysis Server and Reporting Services (2012)
 Opening and Ending Balance in SSRS

Author  Topic 

maunishq
Yak Posting Veteran

71 Posts

Posted - 2014-02-10 : 00:12:49
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-13 : 12:11:14
How is your data obtained from dataset look like?

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

- Advertisement -