Hello.
I'd like to create a formula on structure where:
If Due Date is Late and StatusCategory is Not Done, appers RISK
if due date is on time and statuscategory is not done, it is Normal
if due date is on time and statuscategory is to do, appers not started
if regardless of due date, if statuscategory is DONE, apps Awesome.
I got this formula on the structure page, but something is wrong because one issue is at Risk, but the due date is not late.
Hello @proliveira
An issue might meet more than one condition at the same time, and the Formula can use the first match for returning results. The IF diff < 15 and IF diff < 0 conditions overlap: for example, -10 value will match both of them. Try to distinguish them in more details like this: IF diff < 15 and diff >= 0 and IF diff < 0
I hope this helps. If you need further assistance with the formula or if you have more questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.