Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Auto-Hide Blank Columns? (Read 758 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Auto-Hide Blank Columns?

Sorry if this is an easy question, but I can't seem to find an answer...

Is it possible to automatically hide a column whenever it doesn't contain data?

For example, say I have a custom 'Album subtitle' field.  Is it possible to auto-hide this column whenever it's blank?

Re: Auto-Hide Blank Columns?

Reply #1
Hide, as in completely remove the column, no.

But if you mean empty rows show "?" instead of data, you can use brackets to hide empty values. Such as:

Code: [Select]
[%album subtitle%]

Re: Auto-Hide Blank Columns?

Reply #2
Thanks!  I can definitely use the brackets instead..