I am new to structure and need you help with a formula.
I am using the formula count#truthy{status= "Open"} to get number of issues (subtaks) in open Status, but the issue is here as I have highlighted there are only 5 in Open Status but I am getting the count 6, can you please let me know if any doing anything wrong.
I wanted to exclude the count of the parent issue.
Hello @Amzad Khan
If you only want to consider values of sub-issues and exclude the own value of a parent, you can do it with the #children modifier: sum#children{if status = "open": "1"}
I hope this helps. If you need further assistance or you have other 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.