Closed dcolleoni closed 1 year ago
Dear @dtrzesniak dear @andrey-katz-systemorph
I have summarized here our discussion and assigned priority to the todos. Pls review and let me know if anything is missing or needs correction. Thanks!
List of remaining todos discussed today:
Scenario scope :
ReportingNode scope :
Filters scope:
Slice scope:
Data scope
Report scope:
ReportScopes:
ReportConfigurationAndUtils:
Attach dropdown to settable prop of Report Mutable Scope.
-Work on issue with Slices: Some default slices make more sense after some non default slices: Eg in PV EconomicBasis is default but when slice by GroupOfContracct is selected it is better to slice before by GOC and then by EconomicBasis
-Work on issue with Filter: Select multiple options: the following scenario should be allowed: Filter by Dim1: EconomicBasis = L Filter by Dim2: GOC = [GIC1,GIC2]
in total there are 3 filters and the resulting filter should be: Filter(Dim1) & ( Filter(Dim2,GIC1) || Filter(Dim2,GIC2) )