Hi guys,
Quick question about pivot tables.
I know how to add a formula using different fields but I'm not sure if you can do id using values in the same field.
Look at the following table:
<table x:str="" style="border-collapse: collapse; width: 96pt;" width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" span="2" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 48pt;" width="64" height="17">Field 1</td> <td style="width: 48pt;" width="64">Field 2</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">A</td> <td>x</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">A</td> <td>y</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">B</td> <td>x
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">B</td> <td>y</td> </tr> </tbody></table>
I would like to add a new field in the pivot table (without adding it in the data) that returns (for example) x*y (multiplying all the values in field 2).
Is that possible?
Many thanks
Quick question about pivot tables.
I know how to add a formula using different fields but I'm not sure if you can do id using values in the same field.
Look at the following table:
<table x:str="" style="border-collapse: collapse; width: 96pt;" width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" span="2" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt; width: 48pt;" width="64" height="17">Field 1</td> <td style="width: 48pt;" width="64">Field 2</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">A</td> <td>x</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">A</td> <td>y</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">B</td> <td>x
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">B</td> <td>y</td> </tr> </tbody></table>
I would like to add a new field in the pivot table (without adding it in the data) that returns (for example) x*y (multiplying all the values in field 2).
Is that possible?
Many thanks