<?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 Re: Percentage in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139429#M761741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error is it, can you share a screenshot or sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 15:25:47 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2018-08-01T15:25:47Z</dc:date>
    <item>
      <title>Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139422#M761734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very new to Qlik and am making a pivot where i am trying to get the percentage of a particular column.In this column there is text eg : Auto , Manual, Semi_auto. Now i want to see what is the percentage of each. i am attaching the output with the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139422#M761734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139423#M761735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Field)/Count(TOTAL &amp;lt;Transaction_Mode&amp;gt; Field)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139423#M761735</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-30T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139424#M761736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sunny but this is not working for me. when I type count(Auto)/Count(Total&amp;lt;Transaction_Mode&amp;gt;Auto) the formula does not work. Transaction Mode is a calculated Dimension. where is calculates Auto, Semi and manual basis few if conditions. Hope this help for giving me a solution.&lt;/P&gt;&lt;P&gt;if( CREATED_BY = MODIFIED_BY,'Manual',&lt;/P&gt;&lt;P&gt;IF( CREATED_BY = 'SABRE'and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P&gt;if( CREATED_BY = 'GALILEO'and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P&gt;if( CREATED_BY = 'AMADEUS'and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P&gt;if( CREATED_BY = 'SERVICE'and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P&gt;if( CREATED_BY = 'SER-AMA'and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P&gt;IF( CREATED_BY = 'SABRE' and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P&gt;if( CREATED_BY = 'GALILEO'and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(CREATED_BY = 'AMADEUS'and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( CREATED_BY = 'SER-AMA'and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(CREATED_BY = 'SERVICE'and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF( CREATED_BY &amp;lt;&amp;gt; 'SABRE' and LEN(CREATED_BY)&amp;gt; 1 and len(MODIFIED_BY)&amp;lt;1,'Manual',&lt;/P&gt;&lt;P&gt;if( CREATED_BY &amp;lt;&amp;gt; 'GALILEO'and LEN(CREATED_BY)&amp;gt; 1 and len(MODIFIED_BY)&amp;lt;1,'Manual',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(CREATED_BY &amp;lt;&amp;gt; 'AMADEUS'and LEN(CREATED_BY)&amp;gt; 1 and len(MODIFIED_BY)&amp;lt;1,'Manual',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( CREATED_BY &amp;lt;&amp;gt;'SER-AMA'and LEN(CREATED_BY)&amp;gt;1 and len(MODIFIED_BY)&amp;lt;1,'Manual',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(CREATED_BY &amp;lt;&amp;gt; 'SERVICE'and LEN(CREATED_BY)&amp;gt; 1 and len(MODIFIED_BY)&amp;lt;1,'Manual','Manual')))))))))))))))))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139424#M761736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139425#M761737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to perform this calculation in the script to create a field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139425#M761737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-31T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139426#M761738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested by Sunny, it would be easier to work on front end when its created in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more suggestion- the if condition can be shortened with the 'Match' function as&amp;nbsp; - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( CREATED_BY = MODIFIED_BY,'Manual',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF( Match(CREATED_BY , 'SABRE', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'GALILEO', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'AMADEUS', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'SERVICE', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SER-AMA') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;and LEN(MODIFIED_BY)&amp;lt; 1, 'Auto',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF( Match(CREATED_BY, 'SABRE' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'GALILEO', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'AMADEUS', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'SERVICE', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SER-AMA') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;and LEN(MODIFIED_BY)&amp;gt; 1,'Semi Auto',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF( not Match(CREATED_BY , 'SABRE' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'GALILEO', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'AMADEUS', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'SERVICE', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SER-AMA') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;and LEN(CREATED_BY)&amp;gt; 1 and len(MODIFIED_BY)&amp;lt;1,'Manual',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'Manual'))))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Confirm the number of closing and opening brackets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139426#M761738</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-07-31T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139427#M761739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam thanks for the response but the condition you have given is showing error. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 11:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139427#M761739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139428#M761740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny ,&lt;/P&gt;&lt;P&gt;when I am doing Count(Auto)/Count(Total &amp;lt;Transaction_Mode&amp;gt; Auto it is showing error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 11:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139428#M761740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139429#M761741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error is it, can you share a screenshot or sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139429#M761741</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-01T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139430#M761742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you create &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Transaction_Mode in script first?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-in-Pivot-Table/m-p/139430#M761742</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-01T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

