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: 
elenarelinque
Creator
Creator

Set Analysis

Hi!

I have this expression and I'm trying to avoid any filter:

 

sum({1<Month_PNC={"$(=Date(Max(Month),'MMM-YY'))"},[FASE]={'422','430','440','442'},[Tipo parada]=,DESC_MAQUINA=,[Elemento asociado]=,[TURNO]=,[Motivo]=,[Mes]=,[Fecha_Comun]=,[Semana]=,[Dia]=>}aggr(sum({1<Month_PNC={"$(=Date(Max(Month),'MMM-YY'))"},[FASE]={'422','430','440','442'},[Tipo parada]=,DESC_MAQUINA=,[Elemento asociado]=,[TURNO]=,[Motivo],[Mes]=,[Fecha_Comun]=,[Semana]=,[Dia]=>}DISTINCT [CANTIDAD_RECHAZADA]), [ID_RECHAZO]))

elenarelinque_0-1658318670443.png

 

But when I select a month it afects my KPI:

elenarelinque_1-1658318692195.png

 

Thank you in advance!

 

 

 

2 Replies
Mark_Little
Luminary
Luminary

Hi,

 

I believe your issue is related to the 1 at the start and then the use of[Mes]=,.

The 1 means use the whole data set and ignore selection. Adding [Mes]=, says in this case ignore my exclusion of this field.

So either remove all the [Field Names]= from the set analysis or the 1. 

 

elenarelinque
Creator
Creator
Author

Thank you by none of the options are working.