sorting empty result last

1
I have a datagrid, i am sorting a column, but when result is empty it is always displayed first. how can i make them appear last?  (without using a source microflow)  Thanks.
asked
3 answers
2

You can not. A dirty alternative is to fill the empty values with a value that comes late in the ASCII-list, alt-255.

answered
0

I created another attribut, that I filled with the value of my original attribut and a “small value” when my original attribut is empty. 

and then I sort that attribut.

answered
-1

You mean, when sorting using the column sorting, the objects with empty attribute  value is displayed first?

That’s how sorting works…

answered