I have an xpage with a view control that will display one of two different views depending on a combobox selection above it. Each view has the exact same columns - I know because I copied one to make the other - and I ensured that the programmatic names of each column match exactly. (its the selection formulas that are different)
If I look at the data from the first view, all works as expected, meaning I can page through the view using the standard view pager that comes with the view control.
However, if I switch the combobox to show me the other view, the first of 5 pages appears fine, but if I click Next - it crashes with "error while browsing notes view".
This thing has driven me crazy for about 4 hours now... I've eliminated just about everything I can think of, but without any luck.
Searching for this error seems to bring up situations where users are trying to have sortable columns. But, I'm not doing any of that...my first column is categorized and the second column is sorted in ascending order - but no sortable columns.
Has anyone had a similar problem - what am I missing?
It's one view control on one xpage and the two views are virtually identical.