<?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 to selected date range only in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657430#M4773</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you give me sample script, im just a beginner in using qlik.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2019 07:55:21 GMT</pubDate>
    <dc:creator>chan103148</dc:creator>
    <dc:date>2019-12-13T07:55:21Z</dc:date>
    <item>
      <title>ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657378#M4771</link>
      <description>&lt;P&gt;good day,&lt;/P&gt;&lt;P&gt;I am from fashion retail.&lt;/P&gt;&lt;P&gt;I would like to ask if it is possible to use ApplyMap function within a selected range of date only because I have a field called Item type, this item type is like a tag if a garment is on a regular price or on Markdown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;Jan 2019 item 1 is tagged as REG&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Nov 2019 item 1 is tagged as MD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;understanding ApplyMap function, on Nov 2019 item 1 is already MD so previous months (Jan - Oct) it will be also tagged as MD. I want to freeze those previous data before MD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope someone would help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657378#M4771</guid>
      <dc:creator>chan103148</dc:creator>
      <dc:date>2021-12-10T20:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657381#M4772</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create the Mapping field as composite key, that would have the date (Or the month, which ever is the case) and the Item Code. Like in your example the mapping table data should look like below.&lt;/P&gt;&lt;P&gt;Field1, Field2&lt;/P&gt;&lt;P&gt;Jan 2019-1, REG&lt;/P&gt;&lt;P&gt;Nov 2019-1, MD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that you get correct&amp;nbsp; mapping for correct date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 04:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657381#M4772</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2019-12-13T04:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657430#M4773</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you give me sample script, im just a beginner in using qlik.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1657430#M4773</guid>
      <dc:creator>chan103148</dc:creator>
      <dc:date>2019-12-13T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1658313#M4800</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Find the script Below.&lt;/P&gt;&lt;P&gt;Map1:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD Num(Date)&amp;amp;'-'&amp;amp;ItemCode as X,&lt;BR /&gt;ItemName as Y&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Kaushik\Downloads\TestData.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Mapping);&lt;/P&gt;&lt;P&gt;Transactions:&lt;BR /&gt;LOAD Date,&lt;BR /&gt;ItemCode,&lt;BR /&gt;Value,&lt;BR /&gt;ItemName,&lt;BR /&gt;ApplyMap('Map1',Num(Date)&amp;amp;'-'&amp;amp;ItemCode) as ItemName_New&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Kaushik\Downloads\TestData.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Transactions);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data excel is attached here with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 06:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1658313#M4800</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2019-12-17T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1659220#M4816</link>
      <description>&lt;P&gt;hi with this example,&lt;/P&gt;&lt;P&gt;I guess I need to put date on my Masterfile (mapping table) and have to be the same with my transaction data. I think it won't work with my data.&lt;/P&gt;&lt;P&gt;I can't put a date on my master file that is exactly the same with transaction details.&lt;/P&gt;&lt;P&gt;is it possible to apply mapping with set analysis? so that I can select a date range instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 01:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1659220#M4816</guid>
      <dc:creator>chan103148</dc:creator>
      <dc:date>2019-12-19T01:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: ApplyMap to selected date range only</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1659246#M4817</link>
      <description>&lt;P&gt;Hi, If your master file or mapping file doesnt have date field, how do you decide that till which date it was X value and then Y value.&lt;/P&gt;&lt;P&gt;There has to be some way to identify when mapping is changed, so you need to have atleast a start and end date in master file.&lt;/P&gt;&lt;P&gt;Hope you got my point.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 06:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/ApplyMap-to-selected-date-range-only/m-p/1659246#M4817</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2019-12-19T06:36:34Z</dc:date>
    </item>
  </channel>
</rss>

