Columns in the responses table change as I page through

What you are seeing

The columns in the responses table change as I page through.


#Why it happens

The field columns are built from whichever fields appear in the 25 rows currently on screen, not from the form's definition. Pages whose form omits a field will not contribute that column.

A responses table for the Employee Questionairre form with columns Page, Space, Modified, Responded by, Responded at, Name, Description and Food Choice, and two rows of demo answers.
After the fixed columns the table adds one column per field ID, headed by that field's label, so the set follows whatever the rows on screen contain.

#What to do

Use the CSV export for a complete picture rather than reading columns off one page of the table.


#Limits that apply here

Limit

Value

What happens

Responses table page size

25 rows

The per-form responses table pages 25 pages at a time using search cursors. Next/Previous and Refresh only - no jump-to-page.



Found it? Good.