Business Rule or UD8 Calculation in Place of Multiple Overrides
Hi!
I am building a CubeView and currently exceeding the 4 maximum column overrides. To work around this, I am thinking the next best option is to build a business rule or UD8 calculation that combines multiple formulas but need help putting together the language (unfortunately, coding is not in my wheelhouse). Does anyone have a current business rule or UD8 calculation that I can utilize that subtracts one column from another for multiple criteria?
For example, below is what I currently have in the Column Overrides. I think I would still need to put the UD8 calculation in an override because of conflicting GetDataCell formulas in my rows/columns but because there are various views (QTD & YTD) and scenarios (Actual & PYRates), ideally would need to combine some of the formulas together in the calculation as to not exceed the 4 maximum overrides. Hope that makes sense.
All of the column references is a gross margin calculation. For example:
QTD_CY = Current quarter gross margin (i.e. 2024M9)
QTD_PY = Prior year quarter gross margin (i.e. 2023M9)
QTD_CY_PYRate = Current quarter gross margin (i.e. 2024M9) + S#PriorYearRates
YTD_CY = YTD gross margin based on current quarter selected (i.e. 2024M9)
YTD_PY = YTD prior year gross margin (i.e. 2023M9)
YTD_CY_PYRate = YTD gross margin based on current quarter selected (i.e. 2024M9) + S#PriorYearRates
Open to all ideas. Thank you in advance!