I'm having an issue with the IsEmpty() function. I created a custom field called Album Attribute which I want to build into the file name if and only if it has a value. Album Attribute is a string field.
If(!IsEmpty([Album Attribute], 0),T,F) always returns T.
If(!IsEmpty([Album Attribute], 0),/ /([Album Attribute]/), zoink) returns (X) if [Album Attribute] = X and if empty it returns (Unknown Album Attribute).
My guess is that I somehow set up the custom field incorrectly, but it is such a simple thing to do, I'm not sure how I could have muffed it. I would appreciate any ideas.