Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Eu queria fazer duas médias na linha de referência, porém que cada uma fosse apresentada conforme escolho a dimensão no meu gráfico de barras, eu queria entender se é possível fazer isso, estou usando está expressão para a média,
if(GetObjectDimension(0) = 'OJ',
Avg(
Aggr(
Count({<IND_ELETRONICO = {'S'}>} PROCESSO),
SIGLA_DO_OJ
)),
Avg(
Aggr(
Count({<IND_ELETRONICO = {'S'}>} PROCESSO),
ULTIMO_RELATOR
)
)
)
I think you cannot do it as reference line also need to have similar expression to check active dimension of a chart like you did in your measure expression, because as per Qlik help documentation, you cannot use getobjectdimension() in reference lines -