This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - how to make null values come last when sorting ascending

Prasad90 - Tuesday, March 19, 2013 3:13 AM:

I am sorting property value using orderBy on "sort_order" column in AML.

I am using following AML:

<AML>

<Item type="Propety" action="get" select="name" orderBy="sort_order">

<source_id><Item type="ItemType" action="get"><name>File</name></Item></source_id>

</Item>

</AML>

Above aml gives me result as "comments(null), filename(0), file_type(1)" where values in bracket are sort_order values.

How to should I make comments to come last while sorting in ARAS framework?

P.S. I have tried this solution but didn't worked.'

Please help.