Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
In my table i am having date,fiscal month,fiscal year field for this i want to write YTD & MTD . How to do it??
Thanks!!!!!
Have you tried anything. If yes, please post those Two set operator's
This may helps you
follow this
Hi,
Hope this qvw will help you.
Hi,
Suppose i select '21/02/2016' then YTD should show year between '01/04/2015' to 21/02/2016 as per fiscal year
can you post your qvw
For YTD i have written
=sum({<Date={'>$(=monthstart(min(Date)) )<=$(=max(Date))'}>}[Sales Amount]) is it correct???