I’ve got a repeating group here that’s confusing me because it seems to be sorting in the same order even when the “descending” boolean is switched.
descending = yes puts this test at the bottom
descending = no puts this test at the bottom again
shouldn’t switching yes/no reverse the order of the list?

