<?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: Selector Ignore Another Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124199#M601684</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;&lt;STRONG&gt;Aggr(Only({1&amp;lt;%month, pay_grouping_types = -{'Others'}&amp;gt;} pay_grouping_types), pay_grouping_types)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2018 13:42:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-01T13:42:14Z</dc:date>
    <item>
      <title>Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124198#M601683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a selector that I want to ignore the selection of another selector on a dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension available to select: pay_grouping_types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field in the other selector (which is always one selected) that I’d like to ignore: %month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought this would work but obviously doesn’t (result leaves no values available to select)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;if(Only({$&amp;lt;%month=&amp;gt;} pay_grouping_types) &amp;lt;&amp;gt; 'Others', pay_grouping_types) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas guys?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124198#M601683</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2018-10-01T13:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124199#M601684</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;&lt;STRONG&gt;Aggr(Only({1&amp;lt;%month, pay_grouping_types = -{'Others'}&amp;gt;} pay_grouping_types), pay_grouping_types)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124199#M601684</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-01T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124200#M601685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Only({$&amp;lt;%month=&amp;gt;} pay_grouping_types) &amp;lt;&amp;gt; 'Others', Only({$&amp;lt;%month=&amp;gt;} pay_grouping_types))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124200#M601685</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-01T13:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124201#M601686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I don't understand what you want, but if you want have independent selectors you&amp;nbsp; can use alternate states&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124201#M601686</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-10-01T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124202#M601688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working, still restricting on %month - i cant understand why though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 13:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124202#M601688</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2018-10-01T13:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124203#M601689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be a able to share a sample or sample image to show what you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124203#M601689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-01T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selector Ignore Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124204#M601691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i cant i'm afraid - its restricted payroll data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think your examples should work fine - i think that maybe there is something else in the model interfering with this data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selector-Ignore-Another-Selection/m-p/124204#M601691</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2018-10-01T14:33:49Z</dc:date>
    </item>
  </channel>
</rss>

