mnmdesigns
MIS
Hi all,
I am using CR 10. I have two groups in my report.
Group 1: Office (field in the db)
Group 2: Status (formula)
Group 2 formula:
if isnull({field1})and
isnull({field2})and
not isnull({field3})then "Status 1"
if not isnull({field1})and
isnull({field2})and
not isnull({field3})then "Status 2"
else "No Status"
I want to sort my group 2 headers in a specific order.
Here is the desired order Status 2, Status 1, No Status
How can I do this within Crystal Report?
Thanks in advance.
I am using CR 10. I have two groups in my report.
Group 1: Office (field in the db)
Group 2: Status (formula)
Group 2 formula:
if isnull({field1})and
isnull({field2})and
not isnull({field3})then "Status 1"
if not isnull({field1})and
isnull({field2})and
not isnull({field3})then "Status 2"
else "No Status"
I want to sort my group 2 headers in a specific order.
Here is the desired order Status 2, Status 1, No Status
How can I do this within Crystal Report?
Thanks in advance.