Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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])
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] )
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])
Also read
Set Analysis: syntaxes, examples
Good morning,
I try every cause, but not sucess.
att,
Would you be able to share a sample?
what are you trying to achieve with your expression ?