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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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.