NewUser's Profile
Agile User
7
Points

Questions
1

Answers
1

  • Agile User Asked on May 12, 2022 in Agile PLM (v9).
    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.

     

    • 562 views
    • 3 answers
    • 0 votes