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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
tcyw2910
Contributor II
Contributor II

Set Analysis Formula

Hi,

I was wondering what the set analysis formula structure is, if I wanted to have two conditions, where one is accepted, but the second isn't.

I.E. I want data to be pulled specifically for the first condition, but not the second. 

 

Thanks,

Terence

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

Not sure with your question but my assumption

Yourfield

Test1

Test2

 

now test1 is accepted and test2 is not accepted

sum({<Field={'Test1'}>}amount)

or

sum({<Field={'Test1'},Field1-={'Test2'}>}amount)

 

if not share sample data and output also.

View solution in original post

2 Replies
Chanty4u
MVP
MVP

Not sure with your question but my assumption

Yourfield

Test1

Test2

 

now test1 is accepted and test2 is not accepted

sum({<Field={'Test1'}>}amount)

or

sum({<Field={'Test1'},Field1-={'Test2'}>}amount)

 

if not share sample data and output also.

tcyw2910
Contributor II
Contributor II
Author

Apologies, I wasn't clear but that second one was what I was looking for!

Thank you, appreciate it 🙂