Hello, this is the code I copied from the Wiki
ifelse(isequal([media type], Audio), Le Tunes, isequal([media type], Video]), Flix)
I changed it to do this:
ifelse(isequal([media type], Audio), [Name], isequal([media type], Image]), [Album])
for my audio files it works, it outputs the name, but for the image files it outputs ".jpg" so nothing, eventough there is an Album name for the images...what's wrong here?
Edit: I made 2 calculated fields, then it worked...thanks!