Hey there,

The no column in the webform_submitted_data table is currently of the type varchar. This means that ordering by that column (which actually happens when loading a submission) doesn't work.

For example, if you have a select list with more than 10 options and you select them all, the order in which they come back from the table is 1, 10, 11, 12, 2, 3, 4, etc.

Comments

Upchuk’s picture

Status: Active » Closed (duplicate)
DanChadwick’s picture

Category: Bug report » Support request
Status: Closed (duplicate) » Closed (works as designed)

The keys are strings and often contain string values. Unlike core, all data is stored in the same table. There is no guarantee that views will order them in their no order.

DanChadwick’s picture

Status: Closed (works as designed) » Closed (duplicate)
DanChadwick’s picture