I have a data in tabular form on a confluence page, using that data i want to generate a report on a separate page in confluence.. is it possible to achieve, if yes how..?
Hello!
For any calculations in Confluence, including the one you need, you may use CelesteCS Math for Confluence. There are versions for both Confluence Server and Confluence Cloud.
Assume you have all the formula parameters in the table and want to calculate the result with the formula. Assume your parameters are the following table cell values:
The calculation formula will be the following:
2 * VALUE(Table1.A2) + POW(VALUE(Table1.A3) - VALUE(Table1.A4)) / (4 * VALUE(Table1.A2)) + 1.57 * (VALUE(Table1.A3) + VALUE(Table1.A4))
As you see, it is similar to EXCEL with equal set of functions.
There is a plenty of other functions in the macro, so you may perform any calculations using formulas in EXCEL style.
You may specify another page as a source so the table values will be taken from that page.
Thanks!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.