INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started by: Fig Newton on February 04, 2012, 04:58:42 pm
-
In my thumbnail text, I display album and artist on separate lines. If both are equal I would like only the artist to be displayed. How would I go about defining this.
Regards.
-
Use a conditional expression for the second line. Assuming that's Album: If(IsEqual([Album], [Artist], 1), , [Album]).
-
Thank you very much Rick, just what I wanted.
Best.