How to access project variables in Formulas?

tomas
Level 5
How to access project variables in Formulas?
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
0 Kudos
1 Reply
jereze
Community Manager
Community Manager
You have 3 options:

* just using the variable name: proc_day
* variables.proc_day
* "${proc_day}"
Jeremy, Product Manager at Dataiku