Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Comunity,
Can anybody suggest me how to find out LYMTD?
i have Date field like RegDate
Hi,
if you use the formula Monthstart(Today(), -12) -> that will give you the start of this month 12 months back.
Likewise, the formula Yearstart(Today(), -1) will give you the start of the year, one year back.
HTH
I'm afraid that this question has a thousand right answers. You'll have to post more information to get the correct one. Please post a qlikview document with enough data to answer your question. Perhaps these two documents will help:
Please check
try tis,
=num(sum({$<Year = {$(=only(Year) - 1)}>} LineSalesAmount), '$#,##0;($#,##0)')
check this
Using a master calendar with the relevant flags will make these types of comparisons much simpler.
Have a look at
Calendar with flags making set analysis so very simple
hope that helps
Joe