Forum Discussion

geraldmeunier's avatar
geraldmeunier
New Member
6 years ago
Solved

dynamic column name in formula

Hi everyone,   Let's say I have several columns A, B and C I create a new column with a formula like : = [A] + [B]   Let's say I want column B to be driven from a function that we could call fn...
  • ImkeF's avatar
    6 years ago

    Not completely sure what you're after, but could it be this?:

     

    [A] + Record.Field(_, fnGetParamater("Parameter_a") )

     

    It will return the value from the  colum whose name the function returns.