Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, can anyone explain to me why the following set analysis code snippets (10SR2) are not equivalent?
Multiple field selections:
{$<Field1= {‘Value1’}, Field2 = {‘Value2’}>}
Intersection:
{$<Field1= {‘Value1’}>*<Field2 = {‘Value2’}>}
Thank you for your help. This has been bothering me for a long time.
Well, IMHO second expression lacks presence of "$" as a parameter.
Maybe {$<Field1= {‘Value1’}>*$<Field2 = {‘Value2’}>}
should return same results
I´m not used wit second type, when I use intersection I generally use on same field.
I am starting to suspect that there is an implicit parameter between field selections, which is the union. Can anyone confirm this?