<?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: CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706903#M723790</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV83.PNG" style="width: 127px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34719iD6510A9BAE143C34/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV83.PNG" alt="commQV83.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 May 2020 16:21:41 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-05-31T16:21:41Z</dc:date>
    <item>
      <title>CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from  2000</title>
      <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706844#M723788</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;i Have monthly exchange rate table in excel as below , it is very simple the rate alway = 1 and date range from 2000 till 2020 with monthly data :-&lt;/P&gt;&lt;P&gt;Rate- date&lt;BR /&gt;1 - 1 January 2020&lt;BR /&gt;1 - 1 February 2020&lt;BR /&gt;1 - 1 March 2020&lt;BR /&gt;1 - 1 April 2020&lt;BR /&gt;1 - 1 May 2020&lt;/P&gt;&lt;P&gt;I have below load script that load the above raw data&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;'PM' AS SOURCE,&lt;BR /&gt;Rate,&lt;BR /&gt;MonthName(date) as [SalesMonth]&lt;BR /&gt;FROM Map_Rate_.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet);&lt;/P&gt;&lt;P&gt;My question is how to replace the above exchange rate excel table with few line of script ? Since the excel table Rate alway = 1 from date 2000 till 2020.&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706844#M723788</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from</title>
      <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706901#M723789</link>
      <description>&lt;LI-CODE lang="markup"&gt;Cal:
LOAD '1 - ' &amp;amp; Date(AddMonths(MonthStart(Today()),-IterNo()+1),'D MMMM YYYY') As [Rate - date]
AutoGenerate 1
While AddMonths(MonthStart(Today()),-IterNo()+1)&amp;gt;= '1/1/2000'
;&lt;/LI-CODE&gt;&lt;P&gt;One solution is.&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 16:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706901#M723789</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-31T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from</title>
      <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706903#M723790</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV83.PNG" style="width: 127px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34719iD6510A9BAE143C34/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV83.PNG" alt="commQV83.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 16:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706903#M723790</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-05-31T16:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from</title>
      <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706974#M723791</link>
      <description>&lt;P&gt;Hi Saran&lt;/P&gt;&lt;P&gt;Thank you very much you help me save a lot of time.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 03:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1706974#M723791</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-06-01T03:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: CASE880 How to write script for replace my rate table only have Rate = 1 and monthly date from</title>
      <link>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1707132#M723792</link>
      <description>&lt;P&gt;you welcome&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 13:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CASE880-How-to-write-script-for-replace-my-rate-table-only-have/m-p/1707132#M723792</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-01T13:10:53Z</dc:date>
    </item>
  </channel>
</rss>

