Find your content:

Search form

You are here

How can I build criteria around a percentage?

 
Share

Conditions suedo code would be:

IF Total Adjustment Percentage IS Greater Than 5%

I’ve tried the following to no avail.

Total_Adjustment_Percentage__c  >  -5  (the true value in database show as negative value)
Total_Adjustment_Percentage__c  >  5
Total_Adjustment_Percentage__c  >  .05 (doesn’t allow the period)

thanks.


Attribution to: Miklr

Possible Suggestion/Solution #1

Try Total_Adjustment_Percentage__c > -0.05


Attribution to: Guilherme Gobetti
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/872

My Block Status

My Block Content