Is there a way to have a numeric field and sort it in Ascending Order and force the ones that are NULL down to the bottom of the list without using specified order?
Assuming a character field, create a formula such as:
-----------------------------------------------------
IF IsNull({my_field}) THEN "ZZZZZZZZ" ELSE {my_field}
-----------------------------------------------------
Sort on that formula instead of on the field, but display the field.
hth,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
You might try using IdoMillet's suggested formula except set the null field values to a very large numeric. You could then sort on the formula field and, if desired, suppress those records with the assigned large number.
Even simpler, you could try suppressing records where the numeric field is null.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.