Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MTD Charts

Hi,

My requirement is to create MTD (Month to Date) charts based on the user selection of date. if the user select any date of the month Chart should display Actual and Plan information form start of the month to selected Date. For example if user selects 23/11/2014, then chart should display Actula and plan data form 1/11/2014 to 23/11/2014.

Can any one please advise me on the date expression in Chart. I have date in the format of DD/MM/YYYY.

Best Regards,

1 Solution

Accepted Solutions
jonasheisterkam
Partner - Creator III
Partner - Creator III

Sum({< Date= {">=$(=Date(monthstart(max(Date)))<=$(=Date(max(Date))"} >} Value)

View solution in original post

2 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

Sum({< Date= {">=$(=Date(monthstart(max(Date)))<=$(=Date(max(Date))"} >} Value)

Not applicable
Author

Thanks Jonas,

The formula worked.

Regards.

Sandhya Molli