192k views
1 vote
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million. Which formula to trigger a workflow would satisfy this requirement

User Persia
by
4.9k points

1 Answer

3 votes

Answer:


AnnualRevenue > 1000000

Step-by-step explanation:

First, represent the field for annual revenue with AnnualRevenue

From the question, we understand that this field must be greater than 1000000 before a certain action can be performed.

Base on the given condition, the formula that triggers this action is:
AnnualRevenue > 1000000

Further explanation is in the attachment

From the attachment, we have that:

If the condition is true, the checkbox be ticked

However, if the condition is false; the checkbox remain unchanged because no specific action is stated for this, in the question.

A user asks for a checkbox to be automatically ticked if the annual revenue field-example-1
User Matt Ellen
by
5.0k points