How to access project variables in Formulas?
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
I want to add a constant into a new column of the dataset prepared recipe, and this value has to be taken from the project level variables. How can I access the variables in the Formulas editor?
Thanks
Thanks
Tagged:
Answers
-
You have 3 options:
* just using the variable name: proc_day
* variables.proc_day
* "${proc_day}"