Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis

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)

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

If I see only at the expression, it has to be corrected like:

=Sum({$<DATE={"$(=date(min({<FinYear={"$(=Max(FinYear))"}>} DATE)))"}>}OpeningStock)

View solution in original post

3 Replies
Not applicable
Author

Hi Uday,

could you please share the sample application QVW for better understanding.

-- Rajendra

tresB
Champion III
Champion III

If I see only at the expression, it has to be corrected like:

=Sum({$<DATE={"$(=date(min({<FinYear={"$(=Max(FinYear))"}>} DATE)))"}>}OpeningStock)

Not applicable
Author

Thanks Tresesco. Its working .