Sort in OBIEE Answers - Desc Nulls Last
66787Jan 25 2010 — edited Jan 26 2010I want to sort Desc on a Answers column, but want NULLS last. Where do I set it?
For instance I can write SQL
select * from T1 order by c2 Nulls first;
NULLS last is default behavior in Oracle SQL
However, via OBIEE Answers, I see when I use DESC Nulls are on top, I want them on bottom.
Where should I set it?