Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have to dates ( from , to)
I want to add a calculate column to a table that , sum the measurement from date to date
for example :
my table present 04.2013 data
i have to variable (04.2013 and 05.2012)
i want to present column that sum the the measurement for all 12 month .
how do i do it ?
thank you
Post some sample data or application.
hi
sorry what should i look exactly ?
where is the file ?
i got it
where do you use sum in range date ?
if i am reffering t your example
i want to select FEB-2013
and i want to present :sum sale from MAR-2012 to FEB-2013
how do i it ?
let assume i have these two dates in varibales.
hi
sorry
i probably misunderstood:
when i select FEB-2013
then i want to present in a table two columns like this:
"Sale currnet month - FEB-2013" = 257
"Sale Total 12 mothes" = 3018
thank you
See the attached File
in another tab
hi
first thank you that is what i mean
i look at your code
i turn the graph into table
and i don't understant how the sale column know to sum 12 months from the current select month.