-
How to manage Records using API: Python sample code
For those who love to do things the “API way”, we have prepared a sample Python code, which guides the developer on how to add, update and delete the Records. It is a single-run Python script doing all three things at once. The script should be self-explanatory. All you need to do is to update […]
-
How to manage Records using API: JavaScript/Node.js sample code
For those who love to do things the “API way”, we have prepared a sample JavaScript/Node.js code, which guides the developer on how to add, update and delete the Records. It is a single-run JavaScript doing all three things at once. The script should be self-explanatory. All you need to do is to update the […]
-
How to manage Records using API: PHP sample code
For those who love to do things the “API way”, we have prepared a sample PHP code, which guides the developer on how to add, update and delete the Records. It is a single-run PHP script doing all three things at once. The script should be self-explanatory. All you need to do is to update […]
-
Managing your Records
How to manage your Records? It can be intuitively done by listing the Records. Filtering, editing, deleting, or exporting to CSV/XML format is available. Let´s see how Navigate to Records and click on the “List the Records” menu item. All the Records of your User Account are available at this place. Listing and managing the […]
-
How to import Records from XML?
XML or Extensible Markup Language is another great format that can be used for data exchange. Importing Records from XML could be an alternative to importing Records from CSV for those, who prefer this type of format. Let´s import This type of import is very similar to CSV import. Everything you need is a properly […]
-
How to import Records from CSV?
CSV, or comma-separated values, is a common and widely used data exchange format. This is why we love and support it too. It allows importing a vast number of Records in a single run. No matter if the source of CSV is customized business software or one of the well-known spreadsheet programs. Let´s import We […]
-
Adding your first Record
The AutoROICalc Record is a base unit feeding your Reports and then Dashboards. The Record speaks for itself. If there is some activity and we would like to report it, first, we must note and record it. There are several methods how to add a Record. This tutorial part shows how to add a Record […]
-
Report Automation features are now available
How the Report automation features can improve your reporting process? Maybe you have been experiencing the convenience of scheduled dashboard reporting using the power of email. The Dashboard is sent to your User Account email address according to the configured schedule. Additional receivers are optional, but welcomed 🙂
-
How to change the Report date range on the fly?
As the Report date range could be narrow or wide, sometimes it is useful to change the Report date range on the fly. No matter if the Report has been configured to take the fixed or dynamic date range. AutoROICalc Report now allows taking a more detailed view of the chart events arousing some curiosity.
-
Data forecasting made easy
What is forecasting in the meaning of data and charts? It is the process of making predictions based on historical data. There are many forecasting methods, for example straight-line, moving average, simple linear regression, or multiple linear regression. But we are good with the moving average method at this moment.