<?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: Count on a table, filtering by date and time is a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834561#M293644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this doesn't work, then you might have to format today in your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vToday = Date(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 16:35:48 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-27T16:35:48Z</dc:date>
    <item>
      <title>Count on a table, filtering by date and time is a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834559#M293642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;Hi, I have a problem that does not make me the count and not to do wrong,&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;by the variable, vToday as Today&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;LET vToday = Today ();&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;statement:&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;= Count ({&amp;lt;DATE = {$ (= [vToday])}&amp;gt;} CANTIDADPREPARADA)&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;and gives me "Error: Error in set list element modifier ad hoc ',' or ')' expected.&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;Many thanks in advance.&lt;/P&gt;&lt;P class="ecxMsoNormal" style="margin: 0 0 1.35em; font-size: 11pt; font-family: Calibri, sans-serif; color: #444444;"&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834559#M293642</guid>
      <dc:creator />
      <dc:date>2015-04-27T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count on a table, filtering by date and time is a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834560#M293643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;STRONG&gt;=Count ({&amp;lt;DATE = {'$ (vToday)'}&amp;gt;} CANTIDADPREPARADA)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834560#M293643</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-27T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count on a table, filtering by date and time is a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834561#M293644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this doesn't work, then you might have to format today in your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vToday = Date(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834561#M293644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-27T16:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count on a table, filtering by date and time is a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834562#M293645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, perfect, thankssssssssssssssssssssssss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834562#M293645</guid>
      <dc:creator />
      <dc:date>2015-04-27T16:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count on a table, filtering by date and time is a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834563#M293646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-on-a-table-filtering-by-date-and-time-is-a-variable/m-p/834563#M293646</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-27T16:55:56Z</dc:date>
    </item>
  </channel>
</rss>

