<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Add field in Pivot Table in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73772#M26377</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have created Pivot table by code stage. now I have to add one of the field from it in row and values.&lt;BR /&gt;&lt;BR /&gt;when I record macro I get&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; Range("B5").Select&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveSheet.PivotTables("PivotTable").AddDataField ActiveSheet.PivotTables( _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PivotTable").PivotFields("Case Comment Created By"), _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Count of Case Comment Created By", xlCount&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; With ActiveSheet.PivotTables("PivotTable").PivotFields( _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Case Comment Created By")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Orientation = xlRowField&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Position = 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;BR /&gt;&lt;BR /&gt;can someonehelp me to create code for it&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27877.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28004i387DCAED12F3195D/image-size/large?v=v2&amp;amp;px=999" role="button" title="27877.png" alt="27877.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rohini Patil&lt;BR /&gt;Member technical&lt;BR /&gt;ADP&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Oct 2020 14:38:00 GMT</pubDate>
    <dc:creator>RohiniPatil1</dc:creator>
    <dc:date>2020-10-22T14:38:00Z</dc:date>
    <item>
      <title>Add field in Pivot Table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73772#M26377</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have created Pivot table by code stage. now I have to add one of the field from it in row and values.&lt;BR /&gt;&lt;BR /&gt;when I record macro I get&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; Range("B5").Select&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveSheet.PivotTables("PivotTable").AddDataField ActiveSheet.PivotTables( _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PivotTable").PivotFields("Case Comment Created By"), _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Count of Case Comment Created By", xlCount&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; With ActiveSheet.PivotTables("PivotTable").PivotFields( _&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Case Comment Created By")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Orientation = xlRowField&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Position = 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;BR /&gt;&lt;BR /&gt;can someonehelp me to create code for it&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27877.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28004i387DCAED12F3195D/image-size/large?v=v2&amp;amp;px=999" role="button" title="27877.png" alt="27877.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rohini Patil&lt;BR /&gt;Member technical&lt;BR /&gt;ADP&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73772#M26377</guid>
      <dc:creator>RohiniPatil1</dc:creator>
      <dc:date>2020-10-22T14:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add field in Pivot Table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73773#M26378</link>
      <description>Hi Rohini,&lt;BR /&gt;&lt;BR /&gt;Have you already tried if the MS Excel Extended available on DX can be used for this? It has pivot related actions available in it. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73773#M26378</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-10-22T15:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add field in Pivot Table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73774#M26379</link>
      <description>​Thank you for your quick response. &lt;BR /&gt;&lt;BR /&gt;Yes, I am able to edit pivot table by using MS Excel Extended VBO.&lt;BR /&gt;&lt;BR /&gt;Note: it shows lots of error because of arrangement of stages &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rohini Patil&lt;BR /&gt;Member technical&lt;BR /&gt;ADP&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2020 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73774#M26379</guid>
      <dc:creator>RohiniPatil1</dc:creator>
      <dc:date>2020-10-23T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add field in Pivot Table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73775#M26380</link>
      <description>Hi Rohini,&lt;BR /&gt;&lt;BR /&gt;I guess you are referring to the &lt;SPAN&gt;issue where the stages of a Blue Prism Process or Object are stacked on top of each other. If you are on BP v6.5 or earlier, you can fix the display issue by using this asset on DX &lt;/SPAN&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-studio-display-fix" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-studio-display-fix&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2020 08:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-field-in-Pivot-Table/m-p/73775#M26380</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-10-23T08:54:00Z</dc:date>
    </item>
  </channel>
</rss>

