Failing @DBColumn on web

Hi,

I have a Computed For Display field on a Form, called “links” which has the following value:

@Implode(@Text(@DbColumn(“”:“ReCache”;“”:“db.nsf”;“view”;2));“*”)

I then also have another similar field, which instead picks up the 5th column in the same way, which contains the UNID of the document.

For some reason only the first field picks anything up, despite the fact that there is a 5th column, it’s not hidden, and it does contain the UNID for each document.

Am I missing something obvious here?? I’ve had this working before and can’t work out where i’ve gone wrong, i’ve been looking at it for about 2 hours now…

Subject: RE: Failing @DBColumn on web

You didn’t supply details about the view design, but I think you forgot to use @Text(@DocumentUniqueID) in the view column formula.