<?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 Advanced Select Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185687#M50087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;As far as I know, there is no way for an end user to 'nest' selections.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;You can do it in set analysis, however, but that's not going to solve your problem.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;One option would be to allow users to enter their own date parameters into variables, and handle them via expressions/set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 23:27:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-12T23:27:12Z</dc:date>
    <item>
      <title>Advanced Select Question</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185686#M50086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking at Year over Year data so, Given 2 date fields like&lt;/P&gt;&lt;P&gt;1. Month Name&lt;/P&gt;&lt;P&gt;2. Day of the Month&lt;/P&gt;&lt;P&gt;I'd like to be able to select for example:&lt;/P&gt;&lt;P&gt;(Jan thru Oct) AND (Nov and Days 1 thru 10)&lt;/P&gt;&lt;P&gt;I don't want:&lt;/P&gt;&lt;P&gt;(Jan thru Oct) AND (Days 1 thru 10)&lt;/P&gt;&lt;P&gt;because I'll only get the first 10 days of each month. Is there a way to nest conditions&lt;/P&gt;&lt;P&gt;in qlikview ? I have a workaround where I use MMDD and ranges but it's not very elegant imo.&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 22:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185686#M50086</guid>
      <dc:creator />
      <dc:date>2010-11-12T22:54:16Z</dc:date>
    </item>
    <item>
      <title>Advanced Select Question</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185687#M50087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;As far as I know, there is no way for an end user to 'nest' selections.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;You can do it in set analysis, however, but that's not going to solve your problem.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;One option would be to allow users to enter their own date parameters into variables, and handle them via expressions/set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 23:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185687#M50087</guid>
      <dc:creator />
      <dc:date>2010-11-12T23:27:12Z</dc:date>
    </item>
    <item>
      <title>Advanced Select Question</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185688#M50088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd stick with the workaround.&lt;/P&gt;&lt;P&gt;I was thinking you could enter an advanced search expression in a search object, something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=Month &amp;lt;= 10 or (Month = 'Nov' and Day &amp;lt;= 10)&lt;/P&gt;&lt;P&gt;But it doesn't appear that search objects support advanced search expressions? Can anyone confirm?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 00:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185688#M50088</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-13T00:26:22Z</dc:date>
    </item>
    <item>
      <title>Advanced Select Question</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185689#M50089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way of doing it is to create two sliders from "date" that you decouple form the data model. Then you link each slider to a variable, call them mindate and maxdate for example. (by decoupling the fields you can make a selection on a date without it affecting the rest of the application)&lt;/P&gt;&lt;P&gt;Then you can use set analysis {&amp;lt;{"&amp;gt;=$(mindate)&amp;lt;$(maxdate)" }&amp;gt;}&lt;/P&gt;&lt;P&gt;In this way you do a selection from start to end date instead and allow the user to make the selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 18:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185689#M50089</guid>
      <dc:creator />
      <dc:date>2010-11-13T18:01:09Z</dc:date>
    </item>
    <item>
      <title>Advanced Select Question</title>
      <link>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185690#M50090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;BR /&gt;Looks like you need &lt;STRONG&gt;InYearToDate()&lt;/STRONG&gt; function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 19:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Advanced-Select-Question/m-p/185690#M50090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-13T19:39:39Z</dc:date>
    </item>
  </channel>
</rss>

