So what I am trying to do is to have the value of DummyAdmin1 and DummyAdmin2 list at the very end of the records. Records1, Record2 and so on could be varies. The datatype if varchar and contains all of the school employee names but I want those two values (DummyAdmin1 and DummyAdmin2)always stay at the end of the result set (as the last two records). How can I achieve this sorting?
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 19 Apr 2016 at 4:34am
One way (not real clean) is to create a formula and add like a XXX to the dummy names (i.e., if {Name} like 'Dummy' then 'xxx'+{Name} else {Name}. And sort by the formula.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum