<?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 Set expression in Min() leads to '-' in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086269#M18076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a test-table with one dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the measure Min(price)&lt;/P&gt;&lt;P&gt;to check whether&amp;nbsp; there is data or not.&lt;/P&gt;&lt;P&gt;I have a min price for each product_id, so do I if i select the last date by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i try to use a set expression to ensure that the min price shows the data for the last date, i only have "-" signs in the column.&lt;/P&gt;&lt;P&gt;Min({ $ &amp;lt;filter_date = {'$(=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate))))'} price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the inner&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;too, and it has the intended date which i want to use as filter_date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;any ideas?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 12:08:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-16T12:08:30Z</dc:date>
    <item>
      <title>Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086269#M18076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a test-table with one dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;product_id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the measure Min(price)&lt;/P&gt;&lt;P&gt;to check whether&amp;nbsp; there is data or not.&lt;/P&gt;&lt;P&gt;I have a min price for each product_id, so do I if i select the last date by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i try to use a set expression to ensure that the min price shows the data for the last date, i only have "-" signs in the column.&lt;/P&gt;&lt;P&gt;Min({ $ &amp;lt;filter_date = {'$(=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate))))'} price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the inner&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;too, and it has the intended date which i want to use as filter_date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;any ideas?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 12:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086269#M18076</guid>
      <dc:creator />
      <dc:date>2016-03-16T12:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086270#M18077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your date field format Edgar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Min({$&amp;lt;filter_date = {'$(=Date(Floor(Max({$&amp;lt;[filter_date]=&amp;gt;} discoverydate)), '&lt;SPAN style="color: #ff0000;"&gt;DateFieldFormatHere&lt;/SPAN&gt;'))'} price)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086270#M18077</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T20:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086271#M18078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;In my Main:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD.MM.YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I load the used fields like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;discoveryDate as discoverydate,&lt;/P&gt;&lt;P&gt;Date(Floor(discoveryDate)) as filter_date,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I tried:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Min({ $ &amp;lt;filter_date = {'$(date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate)), 'DD.MM.YYYY'))'} price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086271#M18078</guid>
      <dc:creator />
      <dc:date>2016-03-17T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086272#M18079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a equal sign and you need to use double quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Min({$&amp;lt;filter_date = {&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;Date(Floor(Max({$&amp;lt;[filter_date]=&amp;gt;} discoverydate)), 'DD.MM.YYYY'))&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;} price)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086272#M18079</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T11:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086273#M18080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm...&lt;/P&gt;&lt;P&gt;I "copy-pasted" your code, but still no value.&lt;/P&gt;&lt;P&gt;What made me wonder is that my "controll-columns"&lt;/P&gt;&lt;P&gt;Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Date(floor( Max( {1} discoverydate)))&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;min(price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086273#M18080</guid>
      <dc:creator />
      <dc:date>2016-03-17T11:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086274#M18081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this, in a &lt;STRONG&gt;KPI object&lt;/STRONG&gt;, give you the date you want to filter in filter_date column (and hopefully in the same format as filter_date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;Date(Floor(Max({$&amp;lt;[filter_date]=&amp;gt;} discoverydate)), 'DD.MM.YYYY')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086274#M18081</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086275#M18082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;discoverydate and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;filter_date?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086275#M18082</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-03-17T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086276#M18083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the 16.02.2016 as KPI as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086276#M18083</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086277#M18084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;discoverydate is loaded from a mysql.&lt;/P&gt;&lt;P&gt;I didn't change anything on purpose in the LOAD-Script.&lt;/P&gt;&lt;P&gt;discoverydate is presented as DD.MM.YYYY hh:mm:ss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from this discoverydate i made the filter_date with:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Floor(discoveryDate)) as filter_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filter_date is presented as DD.MM.YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thus, are these the formats you are asking for, or do we have more control to define a field as date within the LOAD-Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I didn't run into trouble regarding dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086277#M18084</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086278#M18085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hardcoded:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min( {$&amp;lt;filter_date = {"16.02.2016"} &amp;gt;} price) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in other KPIs the (bold):&lt;/P&gt;&lt;P&gt;count( &lt;/P&gt;&lt;P&gt;&amp;nbsp; { $ &amp;lt;calc_merchant = {"OWN_CLIENT_DATA_FLAG"}, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [filter_date]= &amp;gt; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; distinct if(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr( &lt;STRONG&gt;{ $ &amp;lt;filter_date = {'$(=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate))))'} &amp;gt; }&lt;/STRONG&gt; rank(-min(price),1,1), product_id, calc_merchant) = 1, product_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Expression work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus why not as measure within a Min ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086278#M18085</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086279#M18086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;filter_date must have DD.MM.YYYY format...Otherwise you need to format as below&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Min({$&amp;lt;filter_date = {&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;=&lt;/SPAN&gt;Date(Floor(Max({$&amp;lt;[filter_date]=&amp;gt;} discoverydate)), filter_date_format))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/SPAN&gt;} price)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086279#M18086</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-03-17T15:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086280#M18087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are unable to see the min price where filter_date = 16.02.2016? when you use your Min() expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086280#M18087</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086281#M18088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using it in Aggr() function, I think you need to use it in Min:&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;count(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; { $ &amp;lt;calc_merchant = {"OWN_CLIENT_DATA_FLAG"},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [filter_date]= &amp;gt; }&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; distinct if(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr(rank(-min(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;{ $ &amp;lt;filter_date = {'$(=date(floor(Max( {$&amp;lt;[filter_date]=&amp;gt;} discoverydate))))'} &amp;gt; }&lt;/STRONG&gt;price),1,1), product_id, calc_merchant) = 1, product_id&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086281#M18088</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T15:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086282#M18089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made 2 Screenshots, because I am still unable to share any data (NDA and size)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. text.string inside the Set expression works:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filter_date1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118431_filter_date1.png" style="height: 85px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. function in the set expression does not work:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="filter_date2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118432_filter_date2.png" style="height: 84px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086282#M18089</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086283#M18090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086283#M18090</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-03-17T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086284#M18091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned above i use real client data which is "secret".&lt;/P&gt;&lt;P&gt;Thus (and because of the app-size) I cannot attach an app.&lt;/P&gt;&lt;P&gt;Sorry for that, I know this would made things much more easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big Thx for your help so far.&lt;/P&gt;&lt;P&gt;great community!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 15:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086284#M18091</guid>
      <dc:creator />
      <dc:date>2016-03-17T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086285#M18092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we can understand that you can't provide original data, but obviously you can create some dummy date and post them in excel here !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086285#M18092</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-03-18T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression in Min() leads to '-'</title>
      <link>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086286#M18093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMG...&lt;/P&gt;&lt;P&gt;It was a typo all the time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the closing " &lt;STRONG&gt;&amp;gt;}&lt;/STRONG&gt; " was missing all the time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P&gt;even in your suggestions we kept missing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the syntax-check don't get it in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway i appreciate your help very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 15:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-expression-in-Min-leads-to/m-p/1086286#M18093</guid>
      <dc:creator />
      <dc:date>2016-03-18T15:47:59Z</dc:date>
    </item>
  </channel>
</rss>

