At statistics section you will find different charts created with data used at the calculators on your site.

You will find the number of requests your calculators are receiving, the distribution of the inputs, a log table with each submission that you can export to csv.

New: By default your calculator will save all your user inputs. If you want to keep track of any other value, like your internal calculations or results, you can use at your code one function in order to add more columns to your statistics table. This is the syntax:

$this->addToStats('YOUR_TITLE',$yourresult);

You can add this line at the end of your code section in order to store '$yourresult' value under YOUR_TITLE column. You can add as many lines as needed to add several columns to your table