Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bom Dia Pessoal
alguem ja fez um tabela de range ?
Estava tentando fazer aqui mas ta saindo semrpe o mesmo valor por mais que coloque a condição do Set analisys
= ((Count( {< [qtd] = {'= 1'} > } [qtd] ) ) / count( DISTINCT [Documento])) estou fazendo isso mas sempre retorna o mesmo valor se eu colocar qtd = 2 ou 3 e assim por diante
= ((Count( {< [qtd] = {'1'} > } [qtd] ) ) / count( DISTINCT [Documento]))
= ((Count( {< [qtd] = {'1'} > } [qtd] ) ) / count( DISTINCT [Documento]))
Assim deveria funcionar?
((Count( {< [Qtd] = {'<=1 <2'} > } [Qtd] ) ) / count( DISTINCT [Documento]))
((Count( {< [Qtd] = {'>=1 < 2'} > } [Qtd] ) ) / count( DISTINCT [Documento]))