<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`BasesViewConfig`](BasesViewConfig) › [`getEvaluatedFormula`](BasesViewConfig/getEvaluatedFormula) ## BasesViewConfig.getEvaluatedFormula() method Retrieve a user-configured value from the config, evaluating it as a formula in the context of the current Base. For embedded bases, or bases in the sidebar, this means evaluating the formula against the currently active file. **Signature:** ```typescript getEvaluatedFormula(view: BasesView, key: string): Value; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>view</code> | [`BasesView`](BasesView) | | | <code>key</code> | <code>string</code> | | **Returns:** [`Value`](Value) the Value result from evaluating the formula, or NullValue if the formula is invalid, or the key is not present. 1.10.2