<?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: Expressionless Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545700#M482610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the values in the fields start and end are real dates and not string values. Or try using the date# function instead of date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(Field1 &amp;lt; 4 and date#(start,'yyyy-MM-dd') &amp;lt;= today() and date#(end,'yyyy-MM-dd') &amp;gt; today() ,1,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you need to format today() too: date(today(),'YYYY-MM-DD')&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 18:16:10 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-07-31T18:16:10Z</dc:date>
    <item>
      <title>Expressionless Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545699#M482609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;P&gt;I am trying to extract data from a table and count the result.&amp;nbsp; I am using a Chart/Pivot Table to do this.&amp;nbsp; The expression runs:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;This is giving me a blank table when I am expecting results (I am querying the data using another method so that I can check whether the result is what I expect).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;If I just put in the expression for the start date I get a result but not the end date.&amp;nbsp; What have I missed? There are dates in the table that meet these criteria&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; = sum(if(Field1 &amp;lt; 4 and date(start,'yyyy-MM-dd') &amp;lt;= today() and date(end,'yyyy-MM-dd') &amp;gt; today() ,1,0))&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 1; font-style: font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 14:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545699#M482609</guid>
      <dc:creator />
      <dc:date>2013-07-31T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expressionless Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545700#M482610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the values in the fields start and end are real dates and not string values. Or try using the date# function instead of date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(Field1 &amp;lt; 4 and date#(start,'yyyy-MM-dd') &amp;lt;= today() and date#(end,'yyyy-MM-dd') &amp;gt; today() ,1,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you need to format today() too: date(today(),'YYYY-MM-DD')&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545700#M482610</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-31T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expressionless Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545701#M482611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am now getting results - thank you.&amp;nbsp; My only problem now is with the data being recovered, but that is my problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 07:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressionless-Expressions/m-p/545701#M482611</guid>
      <dc:creator />
      <dc:date>2013-08-01T07:50:34Z</dc:date>
    </item>
  </channel>
</rss>

