Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
We Want To freeze Total On Top Or Bottom In Pivot When Scrolling Vertical. Its Possible
Not in the pivot table. You could try using text boxes to display the total above or below the pivot chart. Or use an expression for the label of the expression that shows the total (in combination with a label text): ='Sales ' & num(sum(Sales),'#,##0')
See attached qvw.
Thanks,
Its Solve My Problem