Domino Code Fragment

Code Name*
Sort columns by a field
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.22.119.251
Description*
Simple way to organize docs in a view. Place to the left of the column you want to sort, and make decending. Use your own field for "Status".
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@If(
Status = "Awaiting Review" ;
1 ;
Status = "In Research" ;
2 ;
Status = "In Review" ;
3 ;
Status = "Open" ;
4 ;
Status = "Closed" ;
5 ;
6)