.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

PROGRAMMING OVERVIEW AND USER INTERFACE


Examples: Row custom color formulas
This formula applies one set of colors (red on pink) to rows where the value of the Region field is "North" and another set of colors (black on white) to all other rows.

@If(Region = "North"; 255:193:253:255:0:0;
255:255:255:1:1:1)

See Also