Search

ifs() ex

Formula Example Supporter
description
The condition uses the .equal(…) to check if it meets the specified condition.
example tags
formula
ifs( prop("Priority").equal("High"), "", prop("Priority").equal("Medium"), "", "") - Here, let’s say the property Priority is set to High. - In this example, if Priority, the Status property, equals "High", it will return "". If the "Priority" equals "Medium", it will return "". If neither conditions are met, it will return "".
linked blog post
results