I imported an Insight object with a select list attribute where the values are numbers. When I use the “order by” function in the table, then it seems that the values are treated as texts instead of numbers. I tried to change the formatting of the measure to Decimal, but it didn’t help.
You are correct. The values are sorted alphabetically as text values.
There are a couple of options for how you can convert text values to a numeric format:
You can use the “.GetNumber” function on your Object member as follows: