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
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
Although scripting could be a workaround of course, I think that the ListExploder and the Tester can be also used.
Takashi
Yes, of course. Silly me.
Thank you so much!
Steinar (Rookie)
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