I'm trying to write a search in script that includes two columns both of type formulatext (in addition to other columns). I need to sort by the second of these columns. It seems to be sorting by the first instead. Any suggestions?
m
michoel
05/21/2020, 12:54 AM
Swap the order you pass the columns in
michoel
05/21/2020, 12:55 AM
Or sort JS if it's not a large result set
j
jen
05/21/2020, 1:19 AM
😞 I really don't want to swap the order. So dumb that it's like this.