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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis: field = other field

Hi, how can i refer that field should equal field b with set analysis?

I suppose I don't have to use the concat and the getpossible values functions?

Thank you!

1 Solution

Accepted Solutions
Not applicable
Author

I suppose this:

sum({$<OrderDate = DeliveryDate>} Sales)

Returns the sales for the current selection where OrderDate = DeliveryDate

View solution in original post

5 Replies
Not applicable
Author

I suppose this:

sum({$<OrderDate = DeliveryDate>} Sales)

Returns the sales for the current selection where OrderDate = DeliveryDate

Not applicable
Author

Hi, I also want to know how to put the Set Analysis when OrderDate >= DeliveryDate. I tried several things, but these didn't work. Do you have any idea?

Gr. Liesbeth

Not applicable
Author

did you solve your problem?

i need this too

Not applicable
Author

No I didn't ....

Not applicable
Author

Hi,

You will have to ensure that all dates in your model have the same layout, like 40775 or 10-10-2011

if you don't use a label in your table, you can view the outcome of your set analysis,

also, use a text box to view how your field looks like. compare dates with dates and nums with nums...