Question

ListSearcher - multiple attributes

  • 21 March 2014
  • 3 replies
  • 5 views

Badge
Hi all,

 

 

Wondering why ListSearcher does not support this, I'm looking for a clever way to find the first exact match on several attributes in a list. Do I have to delve into Python programming, or is there an easier way?

 

 

Thanks in advance,

 

 

Steinar

3 replies

Userlevel 2
Badge +17
Hi Steinar,

 

 

Although scripting could be a workaround of course, I think that the ListExploder and the Tester can be also used.

 

 

Takashi
Badge
Takashi,

 

 

Yes, of course. Silly me.

 

 

Thank you so much!

 

 

Steinar (Rookie)
Userlevel 4
Hi,

 

 

just be aware that if you have huge datasets, the ListExploder has a tendency to also explode your memory consumption... Consider using a scripts if this is the case.

 

 

If not, I agree that the ListExploder / Tester combo is the easiest.

 

 

David

Reply