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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kevin_santos
Contributor
Contributor

TOP graph

I need to bring the sum of the sale of the 25 biggest products in the graph I have below a formula that me in the table that value, but I need to put in the graph that with the dimension of year-month and is not working.


(
sum(

  aggr(

  if(rank(sum({<TIPO={'VENTA NETA FINANCEIRA'}>} VALOR))<= 25
  sum({<TIPO={'VENTA NETA FINANCEIRA'}>} VALOR))

  ,[DESCRIPCIÓN]

  )

))/1000

0 Replies