Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a job as i have to calculate YTD data ,when i select YTD in multi box.I am be able to implement YTD in Graphs by using rangesum function but in case of straight table i cannot use rangesum the for straight table what should i do??
Thanks in advance
Ferha Jafri
write this code
for YTD
sum({<Date = {">=$(=YearStart(max(Date))) <=$(=max(Date))"},Year =, Month = >} Sale)
and see the attached application
Thanks for your reply Mohit i will try the following expression and let you know .