<?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: Omit Field selections without specifying in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27898#M769505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 13:08:26 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-14T13:08:26Z</dc:date>
    <item>
      <title>Omit Field selections without specifying</title>
      <link>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27897#M769504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application with a calendar where all my filters are affected by the calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is I have another field selections like Field1, Field2, Field3 and I want those &lt;STRONG&gt;not&lt;/STRONG&gt; to be affected by my selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way &lt;STRONG&gt;not&lt;/STRONG&gt; to specify all the fields I want to omit?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Field1=, Field2=, Field3=...&amp;gt;} ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because they are like 8 or 10 fields and, and in the future could be more...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative I use is to create a variable &lt;SPAN style="text-decoration: underline;"&gt;v_Fields&lt;/SPAN&gt; and use it in all my expressions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&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/Omit-Field-selections-without-specifying/m-p/27897#M769504</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Omit Field selections without specifying</title>
      <link>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27898#M769505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1334"&gt;Ignore all selections except some specific fields using Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27898#M769505</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-14T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Omit Field selections without specifying</title>
      <link>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27899#M769506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not sure but sunny given simple example check it&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;What are you wanting&amp;nbsp; to ignore selection in? Category or another field? If its category, it should work the way it is right now:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Category = {'category1'}&amp;gt;}[Number of people])&lt;/STRONG&gt;&lt;/SPAN&gt;&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;For another field, you can add them as a comma separated list for each field you want to ignore selection in&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({$&amp;lt;Category = {'category1'}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, Field1, Field2, Field3, Field4, Field5.....&lt;/SPAN&gt;&amp;gt;}[Number of people])&lt;/STRONG&gt;&lt;/SPAN&gt;&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 you want to ignore selection in all fields except in few fields you can do this:&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;Category = {'category1'}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, Field100 = $:: Field100, Field101 = $::Field101.....&lt;/SPAN&gt;&amp;gt;}[Number of people])&lt;/STRONG&gt;&lt;/SPAN&gt;&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 you want to ignore all field selecions, then this:&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;&lt;STRONG style="font-style: inherit;"&gt;Sum({&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;Category = {'category1'}&amp;gt;}[Number of people])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27899#M769506</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-14T13:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Omit Field selections without specifying</title>
      <link>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27900#M769507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically use system fields, $Field and $Table to create a concatenated list of fields to be excluded from selection... or alternatively, create a list of fields to be included for selection and use it with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Omit-Field-selections-without-specifying/m-p/27900#M769507</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-14T13:09:38Z</dc:date>
    </item>
  </channel>
</rss>

