Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a query that I cannot seem to resolve.
I have a field called 'MonthYear' which has the following format 'MMM-YYYY'.
I wanted to calculate the sum year-to-financial-date of revenue based on the selection in the list box.
My financial year starts in July. Please note i would like to do this without the use of variables.
For example if the user selects Feb-2015 from the MonthYear listbox, the calculation should sum revenue from July-2014 to Feb-2015.
Thanks for you help in advance.
Can you post a small qlikview document that demonstrates the problem?
try something like Sum(if(yeartodate(date,0,7),Revenue))