Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to create QTD n YTD chart?
PFA sample Application hope this help you.
Vikas
Hi,
I didn't get it how to do it in QV
M new to dis
Please share your excel or sample qvw to help you.
Vikas ![]()
I have attached the qvw
Required QTD & YTD
Dear Renuka,
Your data only showing for Year 2012 which is not helping us to create YTD, MTD or QTD.
Considering that you want your calculation for Current Year, use below formula.
FOR YTD
=SUM({<Date = {'<=$(=Date(Today()))'}, Year = {'$(=Year(Today()))'}>}[TOTAL INVOICE VALUE])