Forum Discussion
1565svr
Sep 21, 2021Copper Contributor
Sort Lists using decimal points
Hello. I'm trying to sort a List by an issue number, but I don't want the values to be read strictly as numbers with their decimal points. For instance, I want 4.10 to come after 4.5 because I want i...
AgostiniBR
Sep 21, 2021Copper Contributor
Hi, have you try to conver to string the numbers and then sort after this convert?
1565svr
Sep 21, 2021Copper Contributor
Hi. Would I have to use a Power Automate Flow to do this, or can the conversion be done in the Formula section when editing the column?