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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
benvatvandata
Partner - Creator II
Partner - Creator II

Set Analysis Question - fields placed in without any equal sign, what does that do?

I noticed an expression:

sum( {$<
[Item Code] = [Estimate Master Item Code],
[Estimate Master Item Code],
[Estimate Material Code],
[LinkId] = {"JOB"},
[Plant] =
>}
[JobLine Ordered Quantity]
)

 

Can someone tell me what having [Estimate Master Item Code], [Estimate Material Code] (without equal signs after them) in there does? is that similar to what [Plant]= is doing? 

The way this object is working seems weird... the only dimension is JobCode btw.

 

 

Labels (3)
1 Solution

Accepted Solutions
Or
MVP
MVP

Looks to me like you have it right - it seems to be an undocumented version of ignoring selections in this field, same as Field= , or at least that's how it behaves in any scenario I've tested it in

View solution in original post

1 Reply
Or
MVP
MVP

Looks to me like you have it right - it seems to be an undocumented version of ignoring selections in this field, same as Field= , or at least that's how it behaves in any scenario I've tested it in