TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Row Colorization
Question
ID
29
Category
TeamDesk
Date Created
4/27/2007 4:10:39 AM
Date Updated
4/27/2007 4:15:10 AM
Can you please provide an example for row colorization?
Answer
Row colorization formula is the formula returning the string constant with named color or the color in #RRGGBB format or NULL for default row coloring (white for odd rows and light gray for even rows). For example:

Case([Priority], "High", "red", "Low", "#8080FF", "Normal", null)

will color the rows based on the value in the column Priority - red for high priority records, blue for low prio and default coloring for records with normal priority.
Related articles
Was this information helpful?
 
Back to Search Results