<?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: Set analysis on days between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059627#M926530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ((Expression Of Today ) - (Expression of first day))&amp;gt;100,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Expression Of Today ) - (Expression of first day),0 )&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;Note: Expression here is the actual expression &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 08:31:08 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-04-06T08:31:08Z</dc:date>
    <item>
      <title>Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059618#M926521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have a situation where I have two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are defined by expressions.&lt;/P&gt;&lt;P&gt;First date is made by convertering a string, and adding some conditions to it.&lt;/P&gt;&lt;P&gt;Secound date is defined by today(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third coulum I have is firstdate - secounddate which gives me the difference in days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I only want to show the rows where the difference in days are above 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to do a set analysis, because I cannot make a sum, maxstring or whatever out of my dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059618#M926521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059619#M926522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can hide the lines below 100 using another expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt; - Today(0) &amp;gt; 100, &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; - Today(0),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; with your '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;First date is made by convertering a string, and adding some conditions to it' expression (without using a column or expression reference).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I assume this expression is located in column(4).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then all other expressions need to check the result of column(4):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Column(4), Today(0) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check that 'Suppress zero values' is enabled on presentation tab. Which essentially hides all lines in your straight table that show expressions that are all zero or NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 17:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059619#M926522</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-05T17:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059620#M926523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It partially worked. First I changed the expression in column 4 to the "if" expression, instead of using column references (can you tell me, why that only works when i do the simple date - date?, but not in the if statement?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I had made this change, I only got values above 100, all other values was set to 0, (in the presentation tap, all expression was set to suppress zeros, so how come they still show up?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I changed the other two expressions, to if statements, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(Column(4), Today(0) ) etc. &lt;/SPAN&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;After that all the 0 values went away. So now I have the correct list (presumably)!&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;However something else weird happened, my dates were all turned to null or missing.&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;How come?&lt;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;IMG alt="qv.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120622_qv.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 06:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059620#M926523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059621#M926524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if( [ExpressionLabelOfSecondDate] - &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[ExpressionLabelOfFirstDate] &amp;gt;100,&lt;SPAN style="font-size: 13.3333px;"&gt;[ExpressionLabelOfSecondDate] - &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[ExpressionLabelOfFirstDate] &lt;/SPAN&gt;,0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059621#M926524</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-06T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059622#M926525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;apply direct expression instead of&amp;nbsp; referring column&lt;/P&gt;&lt;P&gt;like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt; - Today(0) &amp;gt; 100,&lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt;&lt;SPAN style="font-size: 13.33px;"&gt;-,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt; - Today(0) &amp;gt; 100,&lt;EM&gt;Today(0),&lt;/EM&gt;&lt;SPAN style="font-size: 13.33px;"&gt;,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059622#M926525</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-04-06T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059623#M926526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely this gave me a static value in all rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120635_qv2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059623#M926526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T07:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059624#M926527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your dates are in dimensions or chart expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the are located in chart expressions (or calculcated dimensions), how do these look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059624#M926527</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-06T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059625#M926528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are in the tab expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (out commented the part you told me to put in)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//=If(Column(4), &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(date#(&lt;/P&gt;&lt;P&gt;MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId])&lt;/P&gt;&lt;P&gt;,'YYYYMMDD'),'DD-MM-YYYY') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 &lt;SPAN style="font-size: 13.3333px;"&gt; (out commented the part you told me to put in)&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//=If(Column(4), &lt;/P&gt;&lt;P&gt;Today(0)&lt;/P&gt;&lt;P&gt;//)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Today(0)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;date(date#(&lt;/P&gt;&lt;P&gt;MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId])&lt;/P&gt;&lt;P&gt;,'YYYYMMDD'),'DD-MM-YYYY') &amp;gt; 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today(0)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;date(date#(&lt;/P&gt;&lt;P&gt;MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId])&lt;/P&gt;&lt;P&gt;,'YYYYMMDD'),'DD-MM-YYYY'),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative expression 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//if([I dag]-[Dage siden sidste aktivitet] &amp;gt;= 100, [I dag]-[Dage siden sidste aktivitet],0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 07:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059625#M926528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T07:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059626#M926529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;/P&gt;&lt;P&gt;Today(0)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;date(date#(&lt;/P&gt;&lt;P&gt;MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId])&lt;/P&gt;&lt;P&gt;,'YYYYMMDD'),'DD-MM-YYYY') &amp;gt; 100,&lt;EM&gt;ConvertMyStringExpression&lt;/EM&gt;&lt;SPAN style="font-size: 13.33px;"&gt;,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( &lt;/P&gt;&lt;P&gt;Today(0)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;date(date#(&lt;/P&gt;&lt;P&gt;MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId])&lt;/P&gt;&lt;P&gt;,'YYYYMMDD'),'DD-MM-YYYY') &amp;gt; 100&lt;EM&gt;Today(0)&lt;/EM&gt;&lt;SPAN style="font-size: 13.33px;"&gt;,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 08:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059626#M926529</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-04-06T08:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059627#M926530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( ((Expression Of Today ) - (Expression of first day))&amp;gt;100,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(Expression Of Today ) - (Expression of first day),0 )&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;Note: Expression here is the actual expression &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 08:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059627#M926530</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-06T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059628#M926531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gave me the same result i had previously where all values become 42460&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 10:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059628#M926531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059629#M926532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only have three expressions, and the third is the one to check, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Column&lt;STRONG&gt;(3)&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the other two expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 11:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059629#M926532</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-06T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059630#M926533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I thought that when counting columns the first dimension column counted as well...Why doesn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well thank you! that solved the problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 12:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059630#M926533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T12:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059631#M926534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I wanted to make the whole:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Today(0)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;date(date#(MaxString({$&amp;lt;[Seneste aktivitet kalenderId]={"&amp;gt;$(=0)"},Forløbsstatus={'I gang'}&amp;gt;}[Seneste aktivitet kalenderId]),'YYYYMMDD'),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Into a variabel? I tried to do that, and make an expression saying if(variabel &amp;gt; 100, variabel).&lt;/P&gt;&lt;P&gt;But it didn't work, also changed the checking expression in the other column to put the variabel instead of the long expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might help in other cases just to use this statement as a variabel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 13:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059631#M926534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059632#M926535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might work with a variable, but it depends on how the variable is defined an called, i.e. what the scope of the variable evaluation is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3996"&gt;The Little Equals Sign&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3406"&gt;The Magic of Variables&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-on-days-between-two-dates/m-p/1059632#M926535</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-06T15:30:07Z</dc:date>
    </item>
  </channel>
</rss>

