<?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: Min date for current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292286#M403868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, did you try what avinash suggested? And also can you tell us what is your expected output should be for MinDate? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 14:41:31 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-02-23T14:41:31Z</dc:date>
    <item>
      <title>Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292277#M403859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 columns Item, INVB AND Date, I need to create a expression saying that if INVB&amp;lt;0 give me min date for current selection for particular item&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me putting these in to set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292277#M403859</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-02-16T21:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292278#M403860</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;= Min({&amp;lt; INVB = {'&amp;lt;0'} &amp;gt;} Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 22:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292278#M403860</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T22:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292279#M403861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Min({$&amp;lt;INVB={"&amp;lt;0"}&amp;gt;}Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 05:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292279#M403861</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-02-17T05:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292280#M403862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understanding the query, we need Min(Date) where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; INVB&amp;lt;0. So using the set Analysis, INVB is equal to(=) the set of values which satisfy condition (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;0&lt;/SPAN&gt; ).&amp;nbsp; put Where clause in the braces.like {&amp;lt;INVB={" &amp;lt; 0"} &amp;gt;}. Makes it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;INVB= {"&amp;lt; 0"} &amp;gt;}&lt;/SPAN&gt;Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression within the " " is evaluated and will get the required result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this expression against the item as the dimension in a table and can get the value of each item against it.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 05:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292280#M403862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-17T05:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292281#M403863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below error has been occurred when trying to implement above solution mentiones&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154267_Capture.PNG" style="height: auto;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292281#M403863</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-02-23T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292282#M403864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error you are getting? Even though you are getting those squiggly line did you press ok and checked? Is your INVB a calculated expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292282#M403864</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-23T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292283#M403865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems you have duplicate thread here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/251103"&gt;Min Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292283#M403865</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-23T14:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292284#M403866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(INVB&amp;lt;0,min(WKDT))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You cannot direct use the expression name in the set analysis &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292284#M403866</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-23T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292285#M403867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Nag, I did attached a working test file attached in this thread can you check it, I don't know hoe to attach same files in this reply &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292285#M403867</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2017-02-23T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Min date for current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292286#M403868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, did you try what avinash suggested? And also can you tell us what is your expected output should be for MinDate? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-date-for-current-selection/m-p/1292286#M403868</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-23T14:41:31Z</dc:date>
    </item>
  </channel>
</rss>

