<?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: ignore selection with set expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133959#M521771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the solution,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Swuehl!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 09:48:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-17T09:48:35Z</dc:date>
    <item>
      <title>ignore selection with set expressions</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133955#M521767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to ignore selections in the field [Booking Month] and at the same time forcing to get the higher value for the field [Booking Week] with this formula and it's not working:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;sum({&amp;lt;[Booking Month],[Booking Week]={"$(=date(max([Booking Week])))"} &amp;gt;}Pax)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If I use the next formula I ignore the selection made in [Booking Month] field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;EM&gt;sum({&amp;lt;[Booking Month]} &amp;gt;}Pax)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;and if I use the next formula I will get the result for the higher value for [Booking Week] field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;EM&gt;sum({&amp;lt;[Booking Week]={"$(=date(max([Booking Week])))"} &amp;gt;}Pax)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Do you know how can I combine both? maybe is because both dimensions are related?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;David&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133955#M521767</guid>
      <dc:creator />
      <dc:date>2016-05-12T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection with set expressions</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133956#M521768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;[Booking Month]=,[Booking Week]={"$(=date(max([Booking Week])))"} &amp;gt;}Pax)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133956#M521768</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-12T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection with set expressions</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133957#M521769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but it doesn't work eihter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133957#M521769</guid>
      <dc:creator />
      <dc:date>2016-05-12T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection with set expressions</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133958#M521770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for clearing user selections also in the max() aggregation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;sum({&amp;lt;[Booking Month],[Booking Week]={"$(=date(max({&lt;STRONG&gt;&amp;lt;[Booking Month]&amp;gt;}&lt;/STRONG&gt; [Booking Week])))"} &amp;gt;}Pax)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133958#M521770</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-12T15:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection with set expressions</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133959#M521771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the solution,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Swuehl!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-with-set-expressions/m-p/1133959#M521771</guid>
      <dc:creator />
      <dc:date>2016-05-17T09:48:35Z</dc:date>
    </item>
  </channel>
</rss>

