function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RobKretzRobKretz 

Custom Summary Formulas / Reporting for Opportunities

Seeking some assistance with custom summary formulas in reporting on Opportunities.

 

I'd like to define  certain opportunities with  >  & <  values and applying a certain color to those  values..

 

For example:

 

If the amount is < 200k - color will be GREEN

If the amount is > 50k - color will be BLUE

 

If the Opportunity is checked ( true) as "Focused" - Color will be YELLOW.

 

I may be barking up the wrong tree here? 

 

Would  really appreciate  any input.

Thanks in advance.

 

-Rob

vhanson222vhanson222

Have you tried using a Dashboard with a 'Metric' component and specifying the different 'Breakpoint' colors?

 

Other than that, I believe the only way to accomplish what you are talking about would be through a visualforce page.