Jun 24, 2004 #1 akrinan Technical User Joined Jun 24, 2004 Messages 1 Location US I have a value that is a running sum of monthly Rental amounts. I need to use only the end value in a further caluculation for another column. How can I turn this end running sum value in to a variable that I can use? Thank you.
I have a value that is a running sum of monthly Rental amounts. I need to use only the end value in a further caluculation for another column. How can I turn this end running sum value in to a variable that I can use? Thank you.
Jun 24, 2004 #2 skrandel MIS Joined Aug 23, 2002 Messages 1,378 Location US Wouldn't that last value simply be the SUM of the column? You should be able to use Sum(<your_measure> in Block). Steve Krandel Westbay Solutions http://www.westbaysolutions.com Upvote 0 Downvote
Wouldn't that last value simply be the SUM of the column? You should be able to use Sum(<your_measure> in Block). Steve Krandel Westbay Solutions http://www.westbaysolutions.com