Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Boa noite Pessoal, tudo bem ?
Estou criando uma médida que pega 3 valores e soma em um set analyses e posteriormente dividi pela quantiade de parcelas, ta dividindo porém não apresenta o total na tabela...
segue código e print de como está a visualização da tabela...
SUM({$<COD_TIPO_VALOR={'216','217','219'}>}PIS_PREV + CSL_PREV + COFINS_PREV) / NUM_PARCELA
Maybe below
SUM({<COD_TIPO_VALOR={'216','217','219'}>}PIS_PREV + CSL_PREV + COFINS_PREV)
/
sum({<COD_TIPO_VALOR={'216','217','219'}>}NUM_PARCELA)