zuriqi
Board Regular
- Joined
- Dec 8, 2008
- Messages
- 79
Hi
Is it possible to do the following in pivot table?
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Running total
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]6[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
% of row total
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]33%[/TD]
[TD]67%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]44%[/TD]
[TD]56%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]57%[/TD]
[TD]43%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]
so is there a way to achieve point 2 using calculated field or directly or any other way other than formula?
Is it possible to do the following in pivot table?
- Do running total
- % of row total based on the values of the running total in point 1
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Running total
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]6[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
% of row total
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]33%[/TD]
[TD]67%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]44%[/TD]
[TD]56%[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]57%[/TD]
[TD]43%[/TD]
[TD]100%[/TD]
[/TR]
</tbody>[/TABLE]
so is there a way to achieve point 2 using calculated field or directly or any other way other than formula?