Hi, I have a computed field with DBcolumn formula to get the data from one column of notes view, now as the documents in the view increased, the data returnd by @Dbcolumn exceeds notes 32K limition, so I want to split the data obtained by @DbColumn to 2 fields, For example:
Original formula in one text field with formula as this:
@DbColumn(“”;Server:Path;“View1”; 1),
Now, I want to get the half of its data in one text field, and another half to second text field.
Anybody knows how to do it? thanks a lot,