INTERACT FORUM

Please login or register.

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

Author Topic: Only show info for fields with data  (Read 838 times)

johnnyboy

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 626
Only show info for fields with data
« on: October 11, 2006, 04:25:55 am »

hiya,
trying to customise my current view and I have it set to do  ([Albums]).
For some of them though the field is empty so its just showing:  ()
Is there any way to stop it showing anything if the field is empty?

Thanks
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8959
Re: Only show info for fields with data
« Reply #1 on: October 11, 2006, 06:32:58 am »

If you're talking about the thumbnail text area, the following text will get you what you want:

if(isempty([album]),,/([album]/))
Pages: [1]   Go Up