<?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: Wildcard for date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856636#M1215925</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If my understanding is correct, you want to count all the fields where date is &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;"2021-10-05"&lt;/STRONG&gt;&lt;/SPAN&gt; regardless of the time. In this case you can use set analysis. For example:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;This is my test dataset:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/444a50c9-0ff2-4c6c-a6a7-d841cf2c74c9.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;As you can see there are &lt;STRONG&gt;5&lt;/STRONG&gt; records on the date &lt;SPAN style="color:#9b59b6"&gt;&lt;STRONG&gt;2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt; and&lt;STRONG&gt; 5&lt;/STRONG&gt; records with the date &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;2021-10-06&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;and the time is different in all the dates.&lt;/LI&gt;
 &lt;LI&gt;I have created an KPI chart with the &lt;STRONG&gt;Measure &lt;/STRONG&gt;expression: &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;)"&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;This expression is using set analysis to count all the values in &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Value &lt;/STRONG&gt;&lt;/SPAN&gt;field, where date is "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt;" and regardless of the time.&lt;/LI&gt;
 &lt;LI&gt;Here is the result:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/f00236d5-061b-404d-b53d-4a1b83b309b0.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;As you can see, it has counted 5 records, which is correct&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in detail by providing more information, otherwise if this answer has helped you resolve the issue, please mark it as solution to help other community members find it as well!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 13:34:49 GMT</pubDate>
    <dc:creator>Andrei_Cusnir</dc:creator>
    <dc:date>2021-11-08T13:34:49Z</dc:date>
    <item>
      <title>Wildcard for date</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856461#M1215918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to to a count ref. no. by date where the full date field is like 2021-10-05 13:45:21. My expression used is currently&amp;nbsp;&lt;/P&gt;
&lt;P&gt;count(if (WildMatch(wkflow_StartDt_AMWWF ,('2021-10-05*')),[Reference No] ))&lt;/P&gt;
&lt;P&gt;However, the results returns multiple dates.&lt;/P&gt;
&lt;P&gt;How can the count be specific based on date?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856461#M1215918</guid>
      <dc:creator>EDehzn</dc:creator>
      <dc:date>2021-11-08T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard for date</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856636#M1215925</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If my understanding is correct, you want to count all the fields where date is &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;"2021-10-05"&lt;/STRONG&gt;&lt;/SPAN&gt; regardless of the time. In this case you can use set analysis. For example:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;This is my test dataset:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/444a50c9-0ff2-4c6c-a6a7-d841cf2c74c9.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;As you can see there are &lt;STRONG&gt;5&lt;/STRONG&gt; records on the date &lt;SPAN style="color:#9b59b6"&gt;&lt;STRONG&gt;2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt; and&lt;STRONG&gt; 5&lt;/STRONG&gt; records with the date &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;2021-10-06&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;and the time is different in all the dates.&lt;/LI&gt;
 &lt;LI&gt;I have created an KPI chart with the &lt;STRONG&gt;Measure &lt;/STRONG&gt;expression: &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;)"&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;This expression is using set analysis to count all the values in &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Value &lt;/STRONG&gt;&lt;/SPAN&gt;field, where date is "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt;" and regardless of the time.&lt;/LI&gt;
 &lt;LI&gt;Here is the result:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/f00236d5-061b-404d-b53d-4a1b83b309b0.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;As you can see, it has counted 5 records, which is correct&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in detail by providing more information, otherwise if this answer has helped you resolve the issue, please mark it as solution to help other community members find it as well!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 13:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856636#M1215925</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-11-08T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard for date</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856860#M1215933</link>
      <description>&lt;P&gt;hi Andrei,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes that is what i have been trying to do. However, I have also tried using&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;={"2021-10-05&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;"}&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;)&amp;nbsp;&lt;/STRONG&gt;and it still returns count for other dates e.g. 2021-10-03,&amp;nbsp;2021-10-04 &amp;amp;&amp;nbsp;2021-10-06&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 01:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856860#M1215933</guid>
      <dc:creator>EDehzn</dc:creator>
      <dc:date>2021-11-09T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard for date</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856964#M1215942</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I just have noticed that my reproduction was in&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt; Qlik Sense&lt;/STRONG&gt;&lt;/SPAN&gt;, while you have posted this under &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;QlikView&lt;/STRONG&gt;&lt;/SPAN&gt;. Therefore, I retried this with a new dataset:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/e87170e0-12d0-4197-bd98-15e19c207d81.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;As you can see I have here &lt;STRONG&gt;5&lt;/STRONG&gt; dates&lt;STRONG&gt; "22021-10-05"&lt;/STRONG&gt;, &lt;STRONG&gt;5&lt;/STRONG&gt; dates &lt;STRONG&gt;"2021-10-06"&lt;/STRONG&gt; and &lt;STRONG&gt;1&lt;/STRONG&gt; date&lt;STRONG&gt; "2021-10-07"&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have created an &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Text object&lt;/STRONG&gt;&lt;/SPAN&gt; with the expression &lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;"=Count({&amp;lt;Date={"2021-10-05*"}&amp;gt;}Value)"&lt;/STRONG&gt;&lt;/SPAN&gt; and the result is still &lt;STRONG&gt;5&lt;/STRONG&gt;, which is accurate.&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/175a28f1-25ed-4a89-9734-cc24a553b1b0.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;On your side, however it is not working this way and this seems very strange indeed. Perhaps you can share with us a &lt;STRONG&gt;sample app &lt;/STRONG&gt;and I will try to reproduce the issue on my side. I have a feeling that, this is either an issue with the dataset or an issue with the application itself. Because as you can see from my previous response and from the new reproduction in &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;QlikView&lt;/STRONG&gt;&lt;/SPAN&gt;, on my demo test, it is working as expected. Please avoid sharing any sensitive information, I would recommend creating a new sample application with fake data and try to reproduce the issue there with the set analysis as you have mentioned. If the issue is still present in the new sample app, then you can share it here and we will take a look. Otherwise, if the issue is not present anymore with the sample data in the new app, then it means that you are probably on a good path to troubleshoot the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 09:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1856964#M1215942</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-11-09T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard for date</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1862374#M1216179</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems it was an issue during data loading where the field need to be declared as date. Then, I am able to create the results as showed by you.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 06:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-for-date/m-p/1862374#M1216179</guid>
      <dc:creator>EDehzn</dc:creator>
      <dc:date>2021-11-23T06:18:45Z</dc:date>
    </item>
  </channel>
</rss>

