top of page
Search

Activities Report and Activities Detail Report - Circle Colours

  • Sep 29, 2009
  • 1 min read

The out of the box Activites Report only shows activites that are regarding Opportunities and Cases.


The report includes an option to show all. This uses the Activities Detail report which includes colour coding against the activities.


By analysing the rdl file for the report the following sets the colour circle to show:


IIf(Fields!scheduledend.Value>DateAdd("d",7,Now),"ballgr",IIF(IsNothing(Fields!scheduledend.Value),"ballgr",IIf(Fields!scheduledend.Value>Now,"ballyl","ballrd"))) 

My interpretation of the colour coding is as follows:


If the scheduled end date is than 7 days from now then green circle
else If the scheduled end date is not specified then green circle
else If the scheduled end date is later than today then amber circle (but by implication of the IF nesting less than 7 days away)
else red circle

 
 
 

Recent Posts

See All
New AB Exams from Microsoft

Four new exams with related courses and the prefix AB were released by Microsoft during December 2025 and January 2026. These are summarized in the table below. Exam Study Guide Title Link to Course A

 
 
 

Comments


bottom of page