You can also go about this through Visual Logic.
1. Grab the "Text" block for the candidate's name and run it into the String block called "String Length".
2. Run the output of "String Length" into the bottom green dot of the Logic block called "Greater Than" and set the base to 0.
3. Run the output of "Greater Than" into the "Visible" block of the item you want to toggle on/off.
This basically figures out the length of the word and checks to see if it's greater than 0 characters. The logic blocks can only output a 0 or 1 (think of it as no/yes, false/true). Visibility works the same way, 0=not visible, 1=visible. If you have a person's name in the text object, the number of characters is greater than 0 and the quad will become visible.
Scripting and VL will both accomplish what you're looking for.
#XPression