<?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 Pick and Set Analysis - Ignore Slicer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796519#M1211295</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the attached sample app, I'd like to be able to ignore the year slicer in the displayed pivot table.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 22:10:45 GMT</pubDate>
    <dc:creator>Supertramp0</dc:creator>
    <dc:date>2021-04-01T22:10:45Z</dc:date>
    <item>
      <title>Pick and Set Analysis - Ignore Slicer</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796519#M1211295</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the attached sample app, I'd like to be able to ignore the year slicer in the displayed pivot table.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 22:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796519#M1211295</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2021-04-01T22:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Set Analysis - Ignore Slicer</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796584#M1211299</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113363"&gt;@Supertramp0&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I see the tables are not connected with each other. I don't understand why... Because if you do so, then it should be no problem at all&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[D8]:

LOAD * INLINE [
    D8ID, D8Name
    1, Avg.TAT - Payout Ordered - Payout Resolved
    2, % of Payouts - TAT &amp;lt; 5 BD
    3, % of Payouts - TAT &amp;lt; 8 BD
]
;


[D] :

LOAD * INLINE [
    Year, Score, D8ID
    2015, 600, 1
    2016, 700, 1
    2017, 800, 1
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can use in the expression:&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({1}Score) or sum({$&amp;lt;Year=&amp;gt;}Score)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Eddie&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 10:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796584#M1211299</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2021-04-02T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Set Analysis - Ignore Slicer</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796622#M1211303</link>
      <description>&lt;P&gt;Hello Eddie,&lt;/P&gt;&lt;P&gt;I can't connect them because Table D8 is simply being used as a table of values to describe certain calculations made in Table D ( the table with the actual data).&lt;/P&gt;&lt;P&gt;Is there a way to make it work without joining the tables - as there is no real join.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 14:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1796622#M1211303</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2021-04-02T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Set Analysis - Ignore Slicer</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1797087#M1211356</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113363"&gt;@Supertramp0&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try something like this in your expression&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PICK(minstring({1}D8ID),SUM({&amp;lt; Year = &amp;gt;}Score)
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Regards&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 08:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1797087#M1211356</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2021-04-06T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Set Analysis - Ignore Slicer</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1798031#M1211434</link>
      <description>&lt;P&gt;Thanks Eddie. Worked well&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Set-Analysis-Ignore-Slicer/m-p/1798031#M1211434</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2021-04-08T14:45:08Z</dc:date>
    </item>
  </channel>
</rss>

