INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Thumbnail text  (Read 809 times)

Fig Newton

  • Recent member
  • *
  • Posts: 12
Thumbnail text
« 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.
Logged

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Thumbnail text
« Reply #1 on: February 04, 2012, 06:57:27 pm »

Use a conditional expression for the second line. Assuming that's Album: If(IsEqual([Album], [Artist], 1), , [Album]).
Logged

Fig Newton

  • Recent member
  • *
  • Posts: 12
Re: Thumbnail text
« Reply #2 on: February 04, 2012, 09:05:26 pm »

Thank you very much Rick, just what I wanted.

Best.
Logged
Pages: [1]   Go Up