# C1.PivotEngine.ShowAs

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_PivotEngine_ShowAs" data-uid="C1.PivotEngine.ShowAs" class="text-break">ShowAs Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies calculations to be applied to cells in the output view.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.PivotEngine.html">C1.PivotEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_PivotEngine_ShowAs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShowAs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShowAs</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_PivotEngine_ShowAs_DiffCol">DiffCol</td>
        <td><p>Show differences between each item and the item in the previous column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_DiffColPct">DiffColPct</td>
        <td><p>Show differences between each item and the item in the previous column as a percentage.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_DiffRow">DiffRow</td>
        <td><p>Show differences between each item and the item in the previous row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_DiffRowPct">DiffRowPct</td>
        <td><p>Show differences between each item and the item in the previous row as a percentage.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_NoCalculation">NoCalculation</td>
        <td><p>Show plain aggregated values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_PctCol">PctCol</td>
        <td><p>Show values as a percentage of the column totals for the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_PctGrand">PctGrand</td>
        <td><p>Show values as a percentage of the grand totals for the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_PctRow">PctRow</td>
        <td><p>Show values as a percentage of the row totals for the field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_RunTot">RunTot</td>
        <td><p>Show values as running totals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_ShowAs_RunTotPct">RunTotPct</td>
        <td><p>Show values as percentage running totals.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
