Hi,
I'm trying to use the following metric, but i think that using an if is not producing the correct results. Is there a way to include a count inside the set analysis?
This is the original metric:
if(count(X)>5,sum({<indicador_valor-={99}>}indicador_valor*fe)/sum({<indicador_valor-={99}>} fe))
Thanks.