Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group Sort Order

Status
Not open for further replies.

pomster

Technical User
Joined
Jan 15, 2003
Messages
88
Location
AU
I have created a group (G2) called {@Contract Group} that basically says if isnull (Contract) then "Non Serialised" else (Contract).

Contract numbers can start with anything from A to Z or a number. I always want "Non Serialised" entries as the last group.

How do i do this??


regards,


David

CRXIR2 with CRXIR2 server and SQL 2005
 
If you put into ascending then Z will be last

Chnaged your formula so that "Non Serialised" is "ZZ Non Serialised"

Then go to change group and select options check customise name and in formula box

If {@Contract Group} = "ZZ Non Serialised"
then "Non Serialised" else {@Contract Group}

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top