<?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: QliKView Distinct LOAD does not working.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896359#M1217556</link>
    <description>&lt;P&gt;can you share some data ,how data looks in QVD?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 08:01:52 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2022-02-23T08:01:52Z</dc:date>
    <item>
      <title>QliKView Distinct LOAD does not working..</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896307#M1217553</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;I'am having some trouble with qlikview right now. The distinct load does not work. I was trying different things to fix it, but nothing worked.&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;FIELD1,&lt;/P&gt;
&lt;P&gt;DATE(FIELD2)&lt;BR /&gt;FROM [test.qvd] (qvd);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is the problem? In the QVD are only the 2 Fields.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 06:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896307#M1217553</guid>
      <dc:creator>Jens</dc:creator>
      <dc:date>2022-02-23T06:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: QliKView Distinct LOAD does not working..</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896341#M1217554</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153300"&gt;@Jens&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see a problem in the script unless it's a problem in the qvd path file&lt;BR /&gt;Can you give more details about the error&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 07:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896341#M1217554</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2022-02-23T07:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: QliKView Distinct LOAD does not working..</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896359#M1217556</link>
      <description>&lt;P&gt;can you share some data ,how data looks in QVD?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896359#M1217556</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-02-23T08:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: QliKView Distinct LOAD does not working..</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896785#M1217582</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The most probable cause might be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FIELD2 actually is a timestamp, i.e. it has a fractional time part you just don't see because you formatted it as date using the Date() function.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The time part is still there and can be seen when formatting FIELD2 as Timestamp e.g. using Timestamp(FIELD2)&amp;nbsp; or by changing the number format settings.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;A "Distinct" load in this case does not lead to a single date only shown once, like you expect.&lt;/P&gt;
&lt;P&gt;Instead each distinct timestamp value will be loaded regardless of having the same date format as other timestamps.&lt;/P&gt;
&lt;P&gt;If you want to derive real dates from your timestamps you could use DayName(FIELD2)&amp;nbsp; &amp;nbsp;or&amp;nbsp; &amp;nbsp;Date(Floor(FIELD2)) instead of just Date(FIELD2).&amp;nbsp; Doing so, the Distinct load might actually meet your expectations.&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 21:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-Distinct-LOAD-does-not-working/m-p/1896785#M1217582</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-02-23T21:33:42Z</dc:date>
    </item>
  </channel>
</rss>

