<?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 Mapping of Two Inline Methods in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351728#M705701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh &lt;/P&gt;&lt;P&gt;First U go Setting&amp;nbsp; ,afetr&amp;nbsp; change interface lang.&amp;nbsp; others languages to English .&lt;/P&gt;&lt;P&gt;after this below script copy and Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2012 06:07:15 GMT</pubDate>
    <dc:creator>perumal_41</dc:creator>
    <dc:date>2012-03-14T06:07:15Z</dc:date>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351723#M705696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to map Month in calendar table with the DATE in Date table. Both are loaded in the script by inline method. Plz tell me how can i map this in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; calendar:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; HALF, QUARTER, MONTH_NUM, MONTH&lt;BR /&gt; H1, Q1, 1, JAN&lt;BR /&gt; H1, Q1, 2, FEB&lt;BR /&gt; H1, Q1, 3, MAR&lt;BR /&gt; H1, Q2, 4, APR&lt;BR /&gt; H1, Q2, 5, MAY&lt;BR /&gt; H1, Q2, 6, JUN&lt;BR /&gt; H2, Q3, 7, JUL&lt;BR /&gt; H2, Q3, 8, AUG&lt;BR /&gt; H2, Q3, 9, SEP&lt;BR /&gt; H2, Q4, 10, OCT&lt;BR /&gt; H2, Q4, 11, NOV&lt;BR /&gt; H2, Q4, 12, DEC&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Date:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; DATE&lt;BR /&gt; 1-1-2010&lt;BR /&gt; 4-2-2010&lt;BR /&gt; 17-3-2010&lt;BR /&gt; 21-4-2010&lt;BR /&gt; 27-5-2010&lt;BR /&gt; 30-6-2010&lt;BR /&gt; 31-7-2010&lt;BR /&gt; 19-8-2010&lt;BR /&gt; 11-9-2010&lt;BR /&gt; 10-10-2010&lt;BR /&gt; 17-11-2010&lt;BR /&gt; 31-12-2010&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 04:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351723#M705696</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2012-03-14T04:04:13Z</dc:date>
    </item>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351724#M705697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use This Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load HALF, QUARTER, MONTH_NUM, MONTH ,MONTH as Date_Link_Cal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calendar:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;HALF, QUARTER, MONTH_NUM, MONTH&lt;/P&gt;&lt;P&gt;H1, Q1, 1, JAN&lt;/P&gt;&lt;P&gt;H1, Q1, 2, FEB&lt;/P&gt;&lt;P&gt;H1, Q1, 3, MAR&lt;/P&gt;&lt;P&gt;H1, Q2, 4, APR&lt;/P&gt;&lt;P&gt;H1, Q2, 5, MAY&lt;/P&gt;&lt;P&gt;H1, Q2, 6, JUN&lt;/P&gt;&lt;P&gt;H2, Q3, 7, JUL&lt;/P&gt;&lt;P&gt;H2, Q3, 8, AUG&lt;/P&gt;&lt;P&gt;H2, Q3, 9, SEP&lt;/P&gt;&lt;P&gt;H2, Q4, 10, OCT&lt;/P&gt;&lt;P&gt;H2, Q4, 11, NOV&lt;/P&gt;&lt;P&gt;H2, Q4, 12, DEC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; DATE, Month(DATE) as Date_Link_Cal;&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;DATE&lt;/P&gt;&lt;P&gt;1-1-2010&lt;/P&gt;&lt;P&gt;4-2-2010&lt;/P&gt;&lt;P&gt;17-3-2010&lt;/P&gt;&lt;P&gt;21-4-2010&lt;/P&gt;&lt;P&gt;27-5-2010&lt;/P&gt;&lt;P&gt;30-6-2010&lt;/P&gt;&lt;P&gt;31-7-2010&lt;/P&gt;&lt;P&gt;19-8-2010&lt;/P&gt;&lt;P&gt;11-9-2010&lt;/P&gt;&lt;P&gt;10-10-2010&lt;/P&gt;&lt;P&gt;17-11-2010&lt;/P&gt;&lt;P&gt;31-12-2010&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 04:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351724#M705697</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-03-14T04:51:47Z</dc:date>
    </item>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351725#M705698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanx Perumal,&lt;/P&gt;&lt;P&gt;It works fine....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 05:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351725#M705698</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2012-03-14T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351726#M705699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Perumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i map a inline data with the excel date, it show me the month wrong. Please tell me the correct way to doing this. I am attaching my Excel file as well. Because of some i am unable to attach my field that is showing in the QlikView but i tell you how it shows the Date field in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ene/01/2010&lt;/P&gt;&lt;P&gt;feb/02/2010&lt;/P&gt;&lt;P&gt;mar/03/2010&lt;/P&gt;&lt;P&gt;abr/04/2010&lt;/P&gt;&lt;P&gt;may/05/2010&lt;/P&gt;&lt;P&gt;jun/06/2010&lt;/P&gt;&lt;P&gt;jul/07/2010&lt;/P&gt;&lt;P&gt;ago/08/2010&lt;/P&gt;&lt;P&gt;sep/09/2010&lt;/P&gt;&lt;P&gt;oct/10/2010&lt;/P&gt;&lt;P&gt;nov/11/2010&lt;/P&gt;&lt;P&gt;dic/12/2010&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this Jan, Apr,Aug,Dec is shown like this ene, abr, ago, dic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This is my Script:&lt;BR /&gt;&lt;BR /&gt;calendar:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; HALF, QUARTER, MONTH_NUM, MONTH&lt;BR /&gt; H1, Q1, 1, Jan&lt;BR /&gt; H1, Q1, 2, Feb&lt;BR /&gt; H1, Q1, 3, Mar&lt;BR /&gt; H1, Q2, 4, Apr&lt;BR /&gt; H1, Q2, 5, May&lt;BR /&gt; H1, Q2, 6, Jun&lt;BR /&gt; H2, Q3, 7, Jul&lt;BR /&gt; H2, Q3, 8, Aug&lt;BR /&gt; H2, Q3, 9, Sep&lt;BR /&gt; H2, Q4, 10, Oct&lt;BR /&gt; H2, Q4, 11, Nov&lt;BR /&gt; H2, Q4, 12, Dec&lt;BR /&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;BR /&gt;Date(Date) as MONTH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;BR /&gt;C:\Users\SureshR\Desktop\Date.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 05:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351726#M705699</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2012-03-14T05:28:43Z</dc:date>
    </item>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351727#M705700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think your language setting is in spanish change it or use this set stmt in the start of your load script&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 05:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351727#M705700</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-14T05:41:54Z</dc:date>
    </item>
    <item>
      <title>Mapping of Two Inline Methods in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351728#M705701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh &lt;/P&gt;&lt;P&gt;First U go Setting&amp;nbsp; ,afetr&amp;nbsp; change interface lang.&amp;nbsp; others languages to English .&lt;/P&gt;&lt;P&gt;after this below script copy and Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;-$#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 06:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-of-Two-Inline-Methods-in-QlikView/m-p/351728#M705701</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-03-14T06:07:15Z</dc:date>
    </item>
  </channel>
</rss>

