I am using @DbColumn to generate a list of choices for a checkbox-field. However, I do want only a subset of the documents in the view (documents with a certain value in a field). It is possible to create a second view with only the documents which I want see in the checkbox-field. But is this possible without creating a special view for this?
Subject: Checkbox And DBColumn
You could use the same view and use a @DBLookup-function instead of the @DBColumn.
Subject: RE: Checkbox And DBColumn
Thanks, I will try.I did not realise that also DbLookup does generate a list, which I ca you use in a checkbox-field