-
Re: Issue Straight table without total
Márcio Rodrigo Campestrini Jan 29, 2018 4:26 AM (in response to jose sobrinho)Bom dia!
Qual a ferramenta e versão?
-
Re: Issue Straight table without total
Clever Anjos Jan 29, 2018 5:06 AM (in response to jose sobrinho)Qual é a formula que está em Value?
Se puder anexar seu modelo fica mais fácil ajudar...
-
Re: Issue Straight table without total
jose sobrinho Jan 29, 2018 6:01 AM (in response to Clever Anjos )Bom dia,
o que esta em value, é um pick match, de Type, ou seja, tenho uma dimensçao Type (a,b,c,d,e) e value é um pick match desses valores
pick(match(type,a,b,c,d,e),
sum(value1),
sum(value2),
sum(value3),
sum(value4),
sum(value5))
-
Re: Issue Straight table without total
Clever Anjos Jan 29, 2018 6:06 AM (in response to jose sobrinho)Você precisa tratar isso, para as linhas agregadas, a função dimensionality() vai te ajudar/
-
Re: Issue Straight table without total
jose sobrinho Jan 29, 2018 7:06 AM (in response to Clever Anjos )então eu tentei mas ainda não deu certo...faltou fazer alguma coisa? Quando eu clico em Type ele exibe os totais...
Pick(match(Type,'a', 'b','c','d','e')
,if(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2 or Dimensionality()=3 or Dimensionality()=4, 50, sum(value1))
,if(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2 or Dimensionality()=3 or Dimensionality()=4,90,sum(value2))
,if(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2 or Dimensionality()=3 or Dimensionality()=4,60,sum(value3)))
,if(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2 or Dimensionality()=3 or Dimensionality()=4,70,sum(value4))
,if(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2 or Dimensionality()=3 or Dimensionality()=4,80
,sum(value5)))
considerei no if apenas as dimensões onde eu marquei para exibir o show partial sums
-
Re: Issue Straight table without total
Clever Anjos Jan 29, 2018 7:12 AM (in response to jose sobrinho)"Se puder anexar seu modelo fica mais fácil ajudar..."
-
-
-
-