Thanks Markus that worked fantastic.
Now when I'm styling the content template i'm trying to figure out the {/hide} tags. I have made several attempts to implement it and I couldn't find anything in the documentation. I have tried wrapping a div with my content between the hide tags and used the id as defined in the view. Is this correct?
**UPDATE***
Ok I figured out that the hide tags can go at the top of the template, but I was hoping that I could hide more than just the value. For example I added an icon next to the download box, but I want to hide that icon if there is no file to download. Should this be done in the php for the download plugin? Ideally I'd like a different icon for each mime type, but for now I would be satisfied with just a simple folder icon.