cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Record Sort - CR2013

Former Member
0 Kudos

I have a DB field which gives below possible values in any order

Cancel

Original

Rebill

I want to always display the corresponding record in below order of this field.

Original

Cancel

Rebill

How do I apply the custom record sorter?

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Vishal,

Here's what you need to do:

1) Create a formula with this code:

If {Database_field} = 'Original' then 1

else If {Database_field} = 'Cancel' then 2

else 3

2) Go ahead and add this formula field to the 'Record Sort Expert'.

-Abhilash

Answers (1)

Answers (1)

former_member292966
Active Contributor
0 Kudos

Hi Vishal,

You can't do that with a Record Sort, you will have to do it with a Group and then you can set the order.

If you don't need to see the Group Header or Footer, you can hide them.

Good luck,

Brian