Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
danielaa
Contributor II
Contributor II

Set analystics

Bom dia,

eu estou criando um set analystics com duas condições porém da erro.

já mudei os () já coloquei , antes do sum nada da certo. alguém pode me ajudar?

sum((({<[Mês 1º] = {'ago'}>})sum({<[Mês 2º] = {'ago'}>}))[Valor])

att,

Daniela Lauriano.

7 Replies
devarasu07
Master II
Master II

Hi,

can you post your question in english? attached basic set analysis document might useful for you

may be like this

Try like this,

sum({<[Mês 2º] = {'ago'},[Mês 1º] = {'ago'}>}[Valor])

vinieme12
Champion III
Champion III

Too many closing brackets

Sum (    

{<[Month 1] = {'ago'}>} 

     [Value] )


if you want to filter Multiple values in field then, separate by comma's

Sum (   

{<[Month 1] = {'ago','xxxx','yyy'},>}

     [Value] )

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sunny_talwar

May be this

Sum({<[Mês 1º] = {'ago'}, [Mês 2º] = {'ago'}>} [Valor])

or this

Sum({<[Mês 1º] = {'ago'}>+<[Mês 2º] = {'ago'}>} [Valor])

vinieme12
Champion III
Champion III

Also read

Set Analysis: syntaxes, examples

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
danielaa
Contributor II
Contributor II
Author

Good morning,

I try every cause, but not sucess.

att,

sunny_talwar

Would you be able to share a sample?

agigliotti
Partner - Champion
Partner - Champion

what are you trying to achieve with your expression ?