Após Edição dos valores, o campo TOTAl, não atualiza!

Bom dia.

Estou enfrentando um pequeno problema, eu tenho 3 campos de valores para gerar um valor TOTAL, quando na entrada dos valores a formula ([VALOR]+[ADICIONAL]+[VALOR_MISTO]), funciona normalmente, mas SE eu editar o valor em um dos 3 campos, ela não atualiza o valor Total, ou seja, após edição o campo total não atualiza.

Gostaria da ajuda da comunidade para resolver esse problema. Vejam que na imagem eu editei o valor mais a soma do TOTAL não está correto.

Solved Solved
0 3 190
1 ACCEPTED SOLUTION

Could it be the fact it is in the "Initial value" expression? Maybe try using the formula for the expression so it automatically updates as the values change.

View solution in original post

3 REPLIES 3

Could it be the fact it is in the "Initial value" expression? Maybe try using the formula for the expression so it automatically updates as the values change.

 Just to make it clearer, don't put the expression in Initial Value, put it in the Formula part.

Domearian_0-1685619073915.png

 

Olá boa tarde, agradeço a ajuda. Resolvi o problema usando no campo Fórmula essa situação:

SUM(SELECT(DADOS[VALOR], [DATA]=[_THISROW].[DATA]))+
SUM(SELECT(DADOS[ADICIONAL], [DATA]=[_THISROW].[DATA]))+
SUM(SELECT(DADOS[VALOR_MISTO], [DATA]=[_THISROW].[DATA]))

Top Labels in this Space