Administration
Yogi Calculations - Formulas and Variables for Confluence application, certified RUNS ON ATLASSIAN.
Variables configuration
You can configure variables per page, space or instance.
To configure variables on the page, you can add a simple macro and then save it as a variable.
To configure variables per space, you need to go into Space Apps > Yogi Calculations > Create Space Variable.
To configure variables for your whole instance, you need to go into Confluence Administration > Apps > Yogi Calculations > Create Global Variable.
Permissions
Enlarges the table by opening it in a full screen dialogOpen
Action | Permissions needed |
---|---|
To render the calculation macro | 'View' space permissions |
To create and use calculation macro | 'Edit' space permissions |
To create/update/delete saved space variables | 'Space admin' permissions |
To create/update/delete saved global variables | 'Global admin' permissions |
Frequently Asked Questions
Can I create Excel-like formulas?
For now, it is not possible to create formulas based on a table cell content (like Excel or Spreadsheets).
The calculation syntax is limited to numeric, strings, booleans expressions. If you’re interested in more, please let us know on the support: https://support.requirementyogi.com/
Is it possible to have two variables with the same name ?
Note that if two variables have the same name, we’ll apply the results using the closest variable (current page > space > instance).
If you have defined a
variable_1
= 50
in your page A and if you have defined avariable_1
= 100
as a space variable: if you usevariable_1
in page A, we’ll use the value50
. If you usevariable_1
in a new page, we’ll use the value100
, defined at the space level.
How many levels of variables can I create ?
Please note that the calculation are processing variables only up to 5 levels deep. If you have a variable, built using another variable, and so on, more than 5 times, the calculation won’t be processed.