-
Notifications
You must be signed in to change notification settings - Fork 9
Use dropdowns in reports #61
Copy link
Copy link
Closed
Labels
Milestone
Description
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) )
Reactions are currently unavailable
Metadata
Metadata
Labels
Type
Projects
Status
✅ Done