In this formula, how can I specify that I need to sort in a Descending order for {table.title}?
I am working in Crystal 10 using SQL Server database.
Thanks!
if {?SortParm} = "Title" then
{table.title"
else
if {?SortParm} = "Last Name" then
{table.lname"
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.