Forum Discussion

Anh_Nguyen's avatar
Anh_Nguyen
New Member
2 years ago
Solved

Create calculated column based on formula in other column

Hello,

I have a sample table below:

IDFormulaDateValue
A[Value]+31/1/202315
B[Value]*21/1/202316
A[Value]+3  2/1/2023  12

Can I create new calculated column based on formula in Formula column? The result table maybe like sample below

IDFormulaDateValueResult
A[Value]+31/1/20231518
B[Value]*21/1/20231632
A[Value]+3  2/1/2023  1215

Any help would be appreciated

  • Hi,

     

    new column "Result"

    Expression.Evaluate("each "&[Formula])(_)

     

    Stéphane

2 Replies

  • Hi,

     

    new column "Result"

    Expression.Evaluate("each "&[Formula])(_)

     

    Stéphane