Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The year start is 03/04/2014 and 01/04/2013.
Data is available for the said dates but getting the opening stock as 0.
=Sum({$<DATE={$(date(min({<FinYear={$(=Max(FinYear))}>} DATE)))}>}OpeningStock)
If I see only at the expression, it has to be corrected like:
=Sum({$<DATE={"$(=date(min({<FinYear={"$(=Max(FinYear))"}>} DATE)))"}>}OpeningStock)
Hi Uday,
could you please share the sample application QVW for better understanding.
-- Rajendra
If I see only at the expression, it has to be corrected like:
=Sum({$<DATE={"$(=date(min({<FinYear={"$(=Max(FinYear))"}>} DATE)))"}>}OpeningStock)
Thanks Tresesco. Its working .