Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using a pivot table and I'm displaying the year on the top. I want the total for each year where each year has 4 column. I want to display the amount for these 4 columns in each year or the years selected.
see pic

Try adding another expression that sums the other four expressions using the rangesum function: rangesum( Column(1), Column(2), Column(3), Column(4))
Try adding another expression that sums the other four expressions using the rangesum function: rangesum( Column(1), Column(2), Column(3), Column(4))
Thanks works great