Skip to content

Reporting scenarios#202

Merged
amuolo merged 6 commits intodevelopfrom
ReportingScenarios
Feb 9, 2023
Merged

Reporting scenarios#202
amuolo merged 6 commits intodevelopfrom
ReportingScenarios

Conversation

@amuolo
Copy link
Copy Markdown
Contributor

@amuolo amuolo commented Jan 27, 2023

This PR enables the following visualizations in the Reports:

  • Best Estimate solely
  • single Scenario solely
  • all scenarios for which some data has been imported compared with BE
  • all scenarios deltas compared with BE

Furthermore, this PR introduces a new scope called Data which caches the DataCube for each
ReportingPeriod, ReportingNode, Scenario, CurrencyType, ReportType, Filter

while before the DataCube was always recalculated when one of these parameters was changed, now it will be cached so as much computational effort can be spared. This idea came after the introduction of the scenario deltas calculation which happens after the datacube is composed.

@amuolo amuolo added report related to reporting scenario related to scenario labels Jan 27, 2023
@amuolo amuolo added this to the v1.2.0 milestone Jan 27, 2023
@amuolo amuolo self-assigned this Jan 27, 2023
@amuolo amuolo marked this pull request as ready for review January 27, 2023 10:47
@amuolo amuolo linked an issue Jan 27, 2023 that may be closed by this pull request
@amuolo amuolo merged commit 0adf954 into develop Feb 9, 2023
@amuolo amuolo deleted the ReportingScenarios branch February 9, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

report related to reporting scenario related to scenario

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Enhance Reports for Scenarios: side-by-side plus delta views

3 participants