Formula Wizard
The Formula Wizard is a tool in the workbook ribbon that generates NECFORMULA functions. A NECFORMULA is a custom function specific to Nectari that pulls a value from a data model based on the criteria you define. It works like any other cell function: it sits in a cell, returns a result, and updates when you refresh.
The wizard walks you through selecting an environment, a data model, a field, and an operator (like Sum, Avg, or Count). You can then add filters and filter groups to narrow the results. The wizard builds the function syntax for you, so you don't need to write it manually.
When to create formulas
- Build formulas without writing syntax by selecting the environment, data model, field, and operator from dropdown menus.
- Pull data from data models directly into workbook cells using filters to target specific subsets of data.
- Reduce formula errors since the wizard handles the function syntax and validates the result before saving.
- Work with data security because it respects user level data security applied to the data model.