How do I speed up an aggregation rule
Summary:
Content (please ensure you mask any confidential information):
We recently changed our subsidiary storage type to store. This has decreased refresh time in Smart View, but increased aggregation time. How can I write the rule to decrease the run time? I have included an example of one agg rule below.
If I change "@RELATIVE ("Income Statement",0)" to just "Income Statement", will is aggregate all accounts below or only that?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
FIX( @RELATIVE ("Capex Total",0), @RELATIVE ("Headcount Metrics",0), @RELATIVE ("Income Statement",0), @RELATIVE ("Gross_Wages_Accts",0), @RELATIVE ("Allocation_Accounts",0), @RELATIVE ("YearTotal",0), &FcstYr1:&FcstYr3, @RELATIVE ("Tot_Topside",0), &CurrentScenario, @RELATIVE ("Total Location",0),@RELATIVE ("Total Class",0), @RELATIVE ("Amount",0))