Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

accumalation of data on calender basis

i have a calender and daywise data in pivot.i need to show data mtd wise in pivot.

like if a person click on some purticular date say 10 apr ,then he should be able to see total business till 10.

please help .

Thanks

vantrika

2 Replies
ramoncova06
Partner - Specialist III
Partner - Specialist III

you can use the min and max of selected fields

Sum({1<Date = {">=$(=(date(monthstart(max(Date)))))<=$(=(max(Date)))"}>}Sales)

here is more info into date ranges

QlikView App: Dates, Date Ranges and Set Analysis

Not applicable
Author

hi,

try this

Sum({<Year= , Date = {">=$(=date(Monthstart(max(Date))))<=$(=max(Date))"}>}Sales)


hope this will help you