Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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,

3 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

Here a solution.

Not applicable
Author

Hi Jonas,

Thanks for solution,

I have attached my sample file where I calculated WTD, In the chart I am deriving the measures using expressions. Please have a look and I want to achieve MTD in the same way.

Please advise.

Regards,

Sandhya Molli

gautik92
Specialist III
Specialist III

Try this

=sum({<Year={$(=Max(Year))},Transactiondate={">=$(=MonthStart(max(Transactiondate)))"}>} Qty)