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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
microwin88x
Creator III
Creator III

Solved

Solved

1 Solution

Accepted Solutions
sunny_talwar

This?

Capture.PNG

Expression:

=If(Max(TOTAL Aggr(NUM( ((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0' ), [MES#_AÑO])) = NUM(((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0'),

  NUM( ((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0' ))

View solution in original post

3 Replies
Clever_Anjos
Employee
Employee

Please find attached

Capturar.PNG

sunny_talwar

This?

Capture.PNG

Expression:

=If(Max(TOTAL Aggr(NUM( ((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0' ), [MES#_AÑO])) = NUM(((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0'),

  NUM( ((COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)))), '#.##0,0' ))

Clever_Anjos
Employee
Employee

Or just

if(

max( total

  Aggr(

  COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS))

  , MES#_AÑO

  )

  ) = COUNT( {<ESTADO=-{'Anulado'}>} ID ) / IF(CLAS_ID_VISTA=1, SUM(NOMI_OPERAN),SUM(NOMI_ANALISTAS)) , column(1))

as expression