Skip to content

StatisticsTool External Library

Nachem Rosenberg edited this page Oct 29, 2023 · 2 revisions

The Statistics Tool External Library (STEL) is a repository that contains all project-specific data for the Statistics Tool. This includes user-defined functions, reports, and report suites configurations.

The STEL can be managed in a separate repository from the Statistics Tool repository, and it can be shared between different users from the same project. This makes it easy to collaborate on and reuse project-specific data.

STEL Format

The STEL can contain the following two folders:

  • user_defined_functions: This folder contains all of the user-defined functions that can be used in Statistics Tool reports.
  • reports_configurations: This folder contains all of the report and report suites configurations. If this folder does not exist, the Statistics Tool will create it when a new configuration is saved.

All of the information in the reports_configurations can be automatically generated using the Statistics Tool web UI, but the files can also be manually manipulated. This allows users to have more control over their project-specific data.

Using the STEL

To use the STEL, users must first download it from the project repository. Once the STEL is downloaded, users can run the StatisticsTool with this external library.

Once the STEL is added to the project, users can start using its functions and configurations. To use a function, users can simply import it from the STEL and call it as they would any other function. To use a configuration, users can import it from the STEL and apply it to their report or report suite.

Clone this wiki locally