Forum Discussion
geraldmeunier
6 years agoNew Member
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...
- 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.
ImkeF
Community Champion
6 years agoNot 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.