Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

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
MVP
MVP

Would you be able to share a sample?

agigliotti
MVP
MVP

what are you trying to achieve with your expression ?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it