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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

How can i extend this formula

I have a formula i want this formula wit the following extansion

=(sum({<Jaar={$(=max(Jaar))}>}(OVM\Aantal)

I want this formula only for all fields with Administration 015

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Try this,

=sum({<Administration={'015'}, Jaar={$(=max(Jaar))}>}[OVM\Aantal])

Regards,

Jagan.