How to split data to two fields?

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,

Subject: What exactly are you trying to display?

If the DBColumn errors out because of the 32KB limitation, you will have nothing to split. What exactly are you trying to accomplish/display. Perhaps you are taking the wrong design approach.