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: 
Anonymous
Not applicable

Set Analysis Operator: link 2 fields

Is it possible to use the following in a set analyse ?

Aim is to neglect the value(s) selected for the [Schedule quater], but instead use the value(s) for the field [close quarter]

Sum( {$< [Schedule Quarter]=, [Close Quarter]=[Schedule Quarter] >} [Sales])

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Or may be this:

Sum({$<[Schedule Quarter]=, [Close Quarter] = p([Schedule Quarter])>} [Sales])

View solution in original post

4 Replies
swuehl
Champion III
Champion III

This could work, at least the syntax is ok, have you tried it?

sunny_talwar
MVP
MVP

Or may be this:

Sum({$<[Schedule Quarter]=, [Close Quarter] = p([Schedule Quarter])>} [Sales])

Anonymous
Not applicable
Author

I tried and it didn't work

Anonymous
Not applicable
Author

This is perfect.

Thx