<?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: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311446#M833626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same sample model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"Prev 3 months Sale Units" is calculating.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously I only filtered distributor - 'PIN' and 'NRP' refer to qlikview script distributor_link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I remove that as it was having issue with the stock is allocating to NULL distributor . though it should link with 'PIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165766_Capture1.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/165776_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this is happening in my qlikview script when I am using &lt;SPAN style="font-size: 13.3333px;"&gt;distributor_link&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to remove the &lt;SPAN style="font-size: 13.3333px;"&gt;distributor_link.&lt;/SPAN&gt;script from Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis is not working. - "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev 3 months Sale Units".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 12:12:04 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2017-06-05T12:12:04Z</dc:date>
    <item>
      <title>How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311442#M833622</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;How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart should only reflect distributor - &lt;SPAN style="font-size: 13.3333px;"&gt;'PIN' and 'NRP'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to should 'ASPEN' IHS' etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165764_Capture.PNG" style="height: 167px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample attached.&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/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311442#M833622</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311443#M833623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a calculated dimension like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match(distributor, 'PIN', 'NRP'), distributor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or set analysis like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;distributor = {&lt;SPAN style="font-size: 13.3333px;"&gt;'PIN', 'NRP'&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching a calculated dimension way of doing it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311443#M833623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-05T11:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311444#M833624</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working. But Please kindly check why the "Prev 3 months Sale Units" is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311444#M833624</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2017-06-05T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311445#M833625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a new question? Not sure where this came from and where to find it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 11:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311445#M833625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-05T11:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311446#M833626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same sample model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"Prev 3 months Sale Units" is calculating.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously I only filtered distributor - 'PIN' and 'NRP' refer to qlikview script distributor_link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I remove that as it was having issue with the stock is allocating to NULL distributor . though it should link with 'PIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165766_Capture1.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/165776_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this is happening in my qlikview script when I am using &lt;SPAN style="font-size: 13.3333px;"&gt;distributor_link&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to remove the &lt;SPAN style="font-size: 13.3333px;"&gt;distributor_link.&lt;/SPAN&gt;script from Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis is not working. - "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev 3 months Sale Units".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 12:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311446#M833626</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2017-06-05T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311447#M833627</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;&lt;/P&gt;&lt;P&gt;I used this expression in my dimension .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Match(distributor, 'PIN', 'NRP'), distributor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But when I am trying to select the distributor - it is not selecting Say - I only want to see the "NRP" Distributor.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 06:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311447#M833627</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2017-06-06T06:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311448#M833628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely enough you already were using the set analysis solution in some of your expressions... either remove them or change them to this &lt;STRONG&gt;distributor *= {'NRP','PIN'}&lt;/STRONG&gt;... you only need to use set analysis or calculated dimension.... feel free to remove the other thing....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 09:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311448#M833628</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-06T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to only show 'PIN' and 'NRP' as distributor in PIVOT Table.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311449#M833629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working 100 %. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 09:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-only-show-PIN-and-NRP-as-distributor-in-PIVOT-Table/m-p/1311449#M833629</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2017-06-06T09:53:20Z</dc:date>
    </item>
  </channel>
</rss>

