Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ranges

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

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

=    ((Count(  {< [qtd] =  {'1'} > } [qtd] ) ) / count( DISTINCT [Documento]))

View solution in original post

3 Replies
MK_QSL
MVP
MVP

=    ((Count(  {< [qtd] =  {'1'} > } [qtd] ) ) / count( DISTINCT [Documento]))

Not applicable
Author

Assim deveria funcionar?

((Count(  {< [Qtd] =  {'<=1  <2'} > } [Qtd]  ) ) / count( DISTINCT [Documento]))

MK_QSL
MVP
MVP

((Count(  {< [Qtd] =  {'>=1 < 2'} > } [Qtd]  ) ) / count( DISTINCT [Documento]))