INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: pgrisham on December 20, 2006, 03:20:51 pm

Title: need a smartlist formula for image tags
Post by: pgrisham on December 20, 2006, 03:20:51 pm
I have used the 'people' tag to label the 5 members of my family.  If multiple people are in the picture, the people tag lists each name separated by a semicolon.  I have created smartlists to show pics with each individual, but now I want to view pairs of people (just the 2 sisters, me and the wife, etc.).  If I create a tag to include the 2 people, it includes pictures that also have other people in it If I exclude everyone BUT the 2 people, it works OK, except for one thing: it also includes pictures with only 1 of the 2 people listed.  I would like it to list pictures with ONLY these 2 people.  Any suggestions?
Title: Re: need a smartlist formula for image tags
Post by: marko on December 21, 2006, 01:17:01 am
Try:
[=isequal([people],person1;person2,1)]=1 or [=isequal([people],person2;person1,1)]=1

should work fine.

-marko.