<?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 Inline months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582398#M42579</link>
    <description>&lt;P&gt;I have a table AAA source which has field&amp;nbsp; month as JN, Fb, MR , how do i load inline to show January , February and linked to that field&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 18:55:39 GMT</pubDate>
    <dc:creator>everest226</dc:creator>
    <dc:date>2019-05-20T18:55:39Z</dc:date>
    <item>
      <title>Inline months</title>
      <link>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582398#M42579</link>
      <description>&lt;P&gt;I have a table AAA source which has field&amp;nbsp; month as JN, Fb, MR , how do i load inline to show January , February and linked to that field&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 18:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582398#M42579</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2019-05-20T18:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inline months</title>
      <link>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582406#M42580</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;You can add an inline table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;AAA, Months&lt;BR /&gt;JN, January&lt;BR /&gt;FB, February&lt;BR /&gt;MR, March&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582406#M42580</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2019-05-20T19:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inline months</title>
      <link>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582413#M42582</link>
      <description>&lt;P&gt;&amp;nbsp;I support&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6416"&gt;@Bill_Britt&lt;/a&gt;&amp;nbsp; proposal using an inline, but I would probably create the Month value as an dual() to assure a better sort order of the field in my application.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Months:
LOAD 
   AAA,  
   DUAL(Month, No) as Month
INLINE [
   AAA, Month, No
   JN, January, 1
   FB, February,2
   MR, March,3
   AP, April, 4
   ...
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inline-months/m-p/1582413#M42582</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-05-20T19:33:12Z</dc:date>
    </item>
  </channel>
</rss>

