Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ALM structure formula to select MAX date from a date field of the children with criteria.

Mark Girgis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 9, 2018

Hi All, 

 

I am trying to create a formula field in a structure  view that selects the MAX date from the children that match a selection criteria. 2 examples: 

Any ideas if this is possible and what the Syntax would be?

1.  StructureFormula  = MAX{ChildDateField} where child issuetype is Task

OR

2. StructureFormula  = MAX{ChildDateField} where child custom_field = "ABC"

 

Thanks in advance for any help

Mark

1 answer

0 votes
Vlad Lessage
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 22, 2018

Hi Mark,

I know you also created a Service Desk ticket on our Support portal the same day you posted this but I wanted to still answer here for the benefit of other users with a similar scenario. The following Formula will help achieve the desired outcome:

MAX#strict{IF(issueType="High Level Design";BaselineFinish;0)}

I hope this helps.

Best Regards,

Vlad

[ALM Works]

Suggest an answer

Log in or Sign up to answer