<?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: ApplyMap() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693101#M450757</link>
    <description>&lt;P&gt;The issue with using Distinct is if there are 2 records for 1 date then the count of filenumbers for that would be 1&lt;/P&gt;&lt;P&gt;I want a count of 2.&lt;/P&gt;&lt;P&gt;So what I need is:&lt;/P&gt;&lt;P&gt;Date_Assigned&amp;nbsp; Filenumber&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/14/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Need 2 for&amp;nbsp;4/13/2020&amp;nbsp; &amp;nbsp;and 1 for&amp;nbsp;4/14/2020&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2020 21:30:06 GMT</pubDate>
    <dc:creator>Supertramp0</dc:creator>
    <dc:date>2020-04-13T21:30:06Z</dc:date>
    <item>
      <title>ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1692703#M450716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please find attached my sample Qlikview doc.&lt;/P&gt;&lt;P&gt;The Asssignments table is my main table. It has 2 rows with 2 dats.&lt;/P&gt;&lt;P&gt;My datebridge table has 4 rows. I want to get the two rows from the Assignment table and eliminate duplicates.&lt;/P&gt;&lt;P&gt;The count of file number should only be 2 in the datebridge table - 1 for each date in the Assignment table and not 4&lt;/P&gt;&lt;P&gt;Please advise as to how.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 19:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1692703#M450716</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2020-04-10T19:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1692888#M450732</link>
      <description>&lt;P&gt;Does distinct not work here? Like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Load distinct
filenumber,
Subfield(Applymap('filenumber2AssignedDate',filenumber,Null()),'|') as CanonicalDate,
'Assign' as DateType
Resident [Assignments];&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 13 Apr 2020 03:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1692888#M450732</guid>
      <dc:creator>baliyan_vinay</dc:creator>
      <dc:date>2020-04-13T03:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693100#M450756</link>
      <description>&lt;P&gt;The issue with using Distinct is if there are 2 records for 1 date then the count of filenumbers for that date should be 2.&lt;/P&gt;&lt;P&gt;Distinct will give me 1.&lt;/P&gt;&lt;P&gt;So what I need is:&lt;/P&gt;&lt;P&gt;Date_Assigned&amp;nbsp; Filenumber&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/14/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Need 2 for&amp;nbsp;4/13/2020&amp;nbsp; &amp;nbsp;and 1 for&amp;nbsp;4/14/2020&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 21:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693100#M450756</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2020-04-13T21:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693101#M450757</link>
      <description>&lt;P&gt;The issue with using Distinct is if there are 2 records for 1 date then the count of filenumbers for that would be 1&lt;/P&gt;&lt;P&gt;I want a count of 2.&lt;/P&gt;&lt;P&gt;So what I need is:&lt;/P&gt;&lt;P&gt;Date_Assigned&amp;nbsp; Filenumber&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/14/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;Need 2 for&amp;nbsp;4/13/2020&amp;nbsp; &amp;nbsp;and 1 for&amp;nbsp;4/14/2020&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 21:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693101#M450757</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2020-04-13T21:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693121#M450759</link>
      <description>&lt;P&gt;Hi not sure why you firstly concat the date then subfield it, this will make the record increase and what is exactly you expected? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 03:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693121#M450759</guid>
      <dc:creator>alex00321</dc:creator>
      <dc:date>2020-04-14T03:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap()</title>
      <link>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693290#M450776</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I need from the datebridge table after loading the mapping table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date_Assigned&amp;nbsp; Filenumber&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/13/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;4/14/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&lt;/P&gt;&lt;P&gt;The Date_Assigned field is a datetime field and not a date field. This is why I need all 3 rows from the mapping table and not just the 1st and 3rd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 13:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ApplyMap/m-p/1693290#M450776</guid>
      <dc:creator>Supertramp0</dc:creator>
      <dc:date>2020-04-14T13:30:58Z</dc:date>
    </item>
  </channel>
</rss>

