You cannot show/hide columns on a report, but in fact there is an elegant solution.
This syntax as a formula Rich Text field will create a link to the file and display the file name as the link to click on.
var text Words = ToText([documents]);
var text URL =URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e99/v0";
"<a href=" & $URL & ">" & $Words & "</a>"
// change the 99 to the field ID of [documents]
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------