<?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: exclude string set  and date today set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004275#M14844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have guessed .... you think its something to do with time zones? as uk, this works as today (1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 19:26:19 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-11-18T19:26:19Z</dc:date>
    <item>
      <title>exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004270#M14839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculation - set analysis&amp;nbsp; as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; Department = {"Furniture"} &amp;gt;}Customer_No)&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;but my two tables have a string in my data load&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;dataload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Daily' AS "DateType"&amp;nbsp; .......Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Weekly' AS "DateType"&amp;nbsp; .......Table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need it only to count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; Department = {"Furniture"}, DateType="{Daily"} &amp;gt;}Customer_No)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I still have to on the filter pane DateType select the&amp;nbsp; Daily, for the correct number to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also I need to only include OrderDate Today(),&amp;nbsp; weirdly in kpi on date shows&amp;nbsp; 1899&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004270#M14839</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-16T16:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004271#M14840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your double quote seems to be out of order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;=Count({$&amp;lt;Department = {'Furniture'}, DateType = {'Daily'}, OrderDate = {"$(=Date(Today(), 'YourDateFieldFormat'))"}&amp;gt;}Customer_No)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004271#M14840</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-16T16:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004272#M14841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny's suggest should point you in the right directions. I might be mis-understanding, but are you using multiple calendars? This can cause issues if not set up correctly, The below document can help if that is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 08:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004272#M14841</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-17T08:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004273#M14842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this worked brill, but weird reason needed a today (1) &lt;/P&gt;&lt;P&gt;&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;=Count({$&amp;lt;Department = {'Furniture'}, DateType = {'Daily'}, OrderDate = {"$(=Date(Today(1), 'YourDateFieldFormat'))"}&amp;gt;}Customer_No)&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx team &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004273#M14842</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-18T19:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004274#M14843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never really understood the difference between Today() and Today(1) (and even seen Today(2)). But I am glad it finally worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004274#M14843</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-18T19:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004275#M14844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have guessed .... you think its something to do with time zones? as uk, this works as today (1) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004275#M14844</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-18T19:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: exclude string set  and date today set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004276#M14845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be. May be &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ can shed some light on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-string-set-and-date-today-set-analysis/m-p/1004276#M14845</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-18T19:27:14Z</dc:date>
    </item>
  </channel>
</rss>

