Hi hive mind,
I have a tricky question. Here we go :
- I have a target module with 3 custom dimension (A,B,C) + Time (Month)
- I have a source transaction module containing line Items with A, B, C list formarted and a date column and an amount column
- In my Target Module, I need to agregate the Source amount with A,B,C and month
- Is the order of the sum parameter used in the formula going to impact performance ?
- Where should be the Month SUM: parameter in the formula (beginning or end)
- For instance Source Module.Amount[SUM:A, SUM:B, SUM:C, SUM:Date) is the correct performance optimized formula (A,B,C is the order in the "applies to" dimension besides)