<?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: Make set analysis immune to all but one selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750331#M57731</link>
    <description>&lt;P&gt;Maybe like this: (Assuming you want selections in the YourDimesion field to affect the chart.)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({1&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;SDTL_AUSPACKDATUM={"&amp;gt;=$(v_Datum2YearsAgo) &amp;lt;=$(v_DatumToday)"}&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;YourDimension = P(YourDimension)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;}Distinct SDTL_REFERENZ_NR)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 12:11:59 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-10-07T12:11:59Z</dc:date>
    <item>
      <title>Make set analysis immune to all but one selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750268#M57723</link>
      <description>&lt;P&gt;Hi, I have the following Set Analysis on a bar chart:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;&lt;BR /&gt;SDTL_AUSPACKDATUM={"&amp;gt;=$(v_Datum2YearsAgo) &amp;lt;=$(v_DatumToday)"}&lt;BR /&gt;&amp;gt;}Distinct SDTL_REFERENZ_NR)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I included&amp;nbsp; "1" to make the chart immune against all selections. Now i want to make an exception for 1 specific selection, so the charts is affected by it's selection. How could i do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750268#M57723</guid>
      <dc:creator>daviddiener</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make set analysis immune to all but one selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750331#M57731</link>
      <description>&lt;P&gt;Maybe like this: (Assuming you want selections in the YourDimesion field to affect the chart.)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;count({1&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;SDTL_AUSPACKDATUM={"&amp;gt;=$(v_Datum2YearsAgo) &amp;lt;=$(v_DatumToday)"}&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;YourDimension = P(YourDimension)&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;}Distinct SDTL_REFERENZ_NR)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750331#M57731</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-07T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make set analysis immune to all but one selection</title>
      <link>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750348#M57732</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127297"&gt;@daviddiener&lt;/a&gt;In addition to what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;, you can also try this if it has to be direct selection in the specific field you want to have selection in&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Count({1&amp;lt;SDTL_AUSPACKDATUM = {"&amp;gt;=$(v_Datum2YearsAgo)&amp;lt;=$(v_DatumToday)"}, yourDimension = $::yourDimension&amp;gt;} DISTINCT SDTL_REFERENZ_NR)&lt;/LI-CODE&gt;&lt;P&gt;$::yourDimension will make sure that only direct selection in the field impacts the chart, whereas p(yourDimension) will change if another selection impacts the possible value in yourDimension. May be that is what you want, but I just wanted to list the other option just in case you need that.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-set-analysis-immune-to-all-but-one-selection/m-p/1750348#M57732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-10-07T12:47:01Z</dc:date>
    </item>
  </channel>
</rss>

