Calculated Extended Attribute

I am trying to get information from a specific cell in a diffrent row in my custom section.

var x  @  GetCell(RowID,ColumnID);

return x;

The above is not returning the value as expected. I have also tried replacing the id with the name.  Please help.

Agile User Asked on May 11, 2022 in Agile PLM (v9).
Add Comment
3 Answer(s)

Please describe the scenario with more details and kindly share the relevant snippet your code

Agile Expert Answered on May 12, 2022.
Add Comment
c2 c3 c4 c5 c6
row 1 5 16 58 42 calculated script here
row 2 7 18 36 52 calculated script here

 

var x @ GetCell(2,2);

return x;

The value that should be returned is 7.

I have also tried

var x @ GetCell(‘row 2′,’c2’);

return x;

The code above also does not return the value 7.
The EA is repeatable so it is not distinct.

 

Agile User Answered on May 12, 2022.
Add Comment

Dear “NewUser”, While I do not have experience with these extended attributes, I did find this documentation. I assume you’ve already found this, but thought I would provide the link just in case.

Oracle Agile Product Lifecycle Management for Process Extended Attribute Calculation Guide

Steve L.

Agile Professional Answered on June 1, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.