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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jixiaoquan
Contributor III
Contributor III

Aggregation function in Aggregation function

Hi everybody,

     A question trouble me right now,that is

     sum({<Year={$("=Max(Year)")}>}value),

     it does not work.

     What's wrong with it and how to solve?

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

sum({<Year={"$(=Max(Year))"}>}value)

View solution in original post

2 Replies
anbu1984
Master III
Master III

sum({<Year={"$(=Max(Year))"}>}value)

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

Sum({<Year={"$(=Max(Year))"}>}value)


OR

Sum({<Year={'$(=Max(Year))'}>}value)


Hope this helps you.


Regards,

Jagan.