Group Sorting Issue (Bug?)

Hi is there an issue with the group sorting logic?
It seems to be behaving the opposite for my virtual column [isCertified] (“Pending”, “Certified”). It’s a “Yes/No” type column, with Pending for FALSE, and Certified for TRUE.

Here is when I set it to “Ascending”.

And here is when it’s set to descending.

They’re behaving the opposite of the expected way. :sweat_smile:

Not sure if this applies only to the very first level of grouping/sorting.

Or appsheet is sorting it by FALSE –> TRUE when ascending, hence PENDING –> CERTIFIED?

1 Like

I believe your assumption is correct. The sorting gets applied on the “ actual” field value rather than the “display” value.

I believe this is an edge case. In case of Y/N columns, display values were introduced a few years ago. However sorting is based on actual values like all other columns.

1 Like

Ah yes… in this case, PENDING and CERTIFIED are just display values.
I understand. Thanks ^^

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.