INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: cncb on June 27, 2007, 07:21:16 am

Title: Hide Image Caption Box When Empty
Post by: cncb on June 27, 2007, 07:21:16 am
I have the playback settings set to display the [Caption] field for images, however, when this is empty is still shows the "background box" with no text in it.  Is there any way to hide this when the caption is empty?  I tried the following expression but it still shows the empty box:
If(IsEmpty([Caption]),,[Caption])