My problem is the following in the UI - with FinYear 2012 - 2013 selected
Num(DocDate) = eg. 40787
Num(PrevFinYearStart) = 40787
but
Num(PrevFinYearEnd) = 41152.999999988
Question: Why does it have decimals (I suppose it is a timestamp) and how can I get rid of it.
I would like to have a set analysis for prev fin year similar to
Sum({<DocDate={">=PrevFinYearStart<=PrevFinYearEnd"}>}Turnover) but no matter how I fiddle around with it, it doesn't work and I suspect those decimals are the culprit.