Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have small data I need cumulative sum of data in straight table.
I have attached excel with input data and output data please look into that.
do you like to separate it by year or not?!?
I need to separate year also
You may try like
Sum({<month = {">=getfieldselections(month) <=month(monthstart(max(year)))}>}sales)
-- Sent from iphone 7
can u attach sample qvw?
if you select april 2015, what do you expect as output?
I don't have system at this time, I may sent once I got chance to machine.
-- Sent from iphone 7
Try this first, this will gives you all the month you want: sum({<Month={"<=$(=Max(Month))"}>}Sales)
Hi,
If I select aprl2014 in list boxes.... I need to get output as
jan2014+ feb2104+mar2014 +aprl2014
like this?