Skip to main content
Question

ListSearcher - multiple attributes

  • March 21, 2014
  • 3 replies
  • 85 views

Forum|alt.badge.img
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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

takashi
Celebrity
  • March 21, 2014
Hi Steinar,

 

 

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

 

 

Takashi

Forum|alt.badge.img
  • Author
  • March 21, 2014
Takashi,

 

 

Yes, of course. Silly me.

 

 

Thank you so much!

 

 

Steinar (Rookie)

david_r
Celebrity
  • March 21, 2014
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