Beast Mode Sums not working, leading to strange sorting.
Hi there! I have 3 series made with Beast Mode: Series 1 = sum(`a`) + sum(`b`) + sum(`c`) Series 2 = sum(`d`) + sum(`e`) + sum(`f`) Series 3 = sum(`a`) + sum(`b`) + sum(`c`) + sum(`d`) + sum(`e`) + sum(`f`) I have Series 1 and Series 2 (blue and green) stacked on top of each other, and I'd like to sort by their combined…