<?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 Don't Include Data unless selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423625#M800995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my data to exclude a certain field unless the selection for it on the list box is selected. Is this possible? I was trying set analysis but cannot get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this page, the below set analysis excludes the year 2000 unless it is selected.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-set-operators.htm" title="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-set-operators.htm" target="_blank"&gt;Set modifiers with set operators ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Year = Year + ({“20*”,1997} – {2000}) &amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My set analysis is as follows. FieldB has two options, Y and N. I want the data to exclude FieldB Y values unless I select it from a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;FieldB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = FeldB&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt; -({Y}) &amp;gt;}FieldA&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>greend21</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423625#M800995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my data to exclude a certain field unless the selection for it on the list box is selected. Is this possible? I was trying set analysis but cannot get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to this page, the below set analysis excludes the year 2000 unless it is selected.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-set-operators.htm" title="http://help.qlik.com/en-US/sense/November2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-set-operators.htm" target="_blank"&gt;Set modifiers with set operators ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Year = Year + ({“20*”,1997} – {2000}) &amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My set analysis is as follows. FieldB has two options, Y and N. I want the data to exclude FieldB Y values unless I select it from a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;FieldB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = FeldB&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt; -({Y}) &amp;gt;}FieldA&lt;/SPAN&gt;) &lt;/SPAN&gt;&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/Don-t-Include-Data-unless-selected/m-p/1423625#M800995</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423626#M800996</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;= Sum({$&amp;lt; FieldB = {"*"} - {'Y'} &amp;gt;} FieldA)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423626#M800996</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-12-04T19:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423627#M800997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;FieldB -= {'Y'}&amp;gt;+&amp;lt;FieldB = {"$(=GetFieldSelections(FieldB))"}&amp;gt;}FieldA)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423627#M800997</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T19:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423628#M800998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closer, but this then ONLY shows field B when selected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423628#M800998</guid>
      <dc:creator>greend21</dc:creator>
      <dc:date>2017-12-04T19:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423629#M800999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is showing me N without selection, what is the problem?&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/185653_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423629#M800999</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-04T19:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Don't Include Data unless selected</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423630#M801005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified Sunny expression, Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'Y'}&amp;gt;+&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(=GetFieldSelections(FieldB))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FieldA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 19:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-Include-Data-unless-selected/m-p/1423630#M801005</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-12-04T19:49:51Z</dc:date>
    </item>
  </channel>
</rss>

