<?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 linking custom text with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318830#M117511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2012 06:30:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-26T06:30:38Z</dc:date>
    <item>
      <title>linking custom text with dates</title>
      <link>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318828#M117509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i have a table that contains month generated in the foll. format:&lt;/P&gt;&lt;P&gt;Date(monthStart(addmonths(today(),-2)), 'MMM-YY'); viz. Jan-12 Dec-11 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus the table structure is something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COL1, COL2, COL3, MonthYear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to join an inline table with the above based on MonthYear &lt;/P&gt;&lt;P&gt;however, it doesn't happen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoadText: &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;MonthYear, LoadDate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEC-11, 09-DEC-2011 &lt;/P&gt;&lt;P&gt;JAN-12, 11-JAN-2012 &lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;﻿﻿﻿&lt;/P&gt;&lt;P&gt;﻿﻿ &lt;/P&gt;&lt;P&gt;Can anybody please suggest what am i missing in the above inline table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: i have tried all combinations of monthyear like DEC-11, dec-11, Dec-11 but the inline table just doesn't join... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 12:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318828#M117509</guid>
      <dc:creator />
      <dc:date>2012-02-25T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: linking custom text with dates</title>
      <link>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318829#M117510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The MonthYear you created in the first table is actually a dual with text as well as numeric representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating your inline table value in the same way like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Set DateFormat = 'DD-MMM-YYY';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LoadText:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LoadDate, &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Date(monthstart(LoadDate),'MMM-YY') as MonthYear &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;INLINE [&amp;nbsp; &lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LoadDate&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;09-DEC-2011&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;11-JAN-2012&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 12:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318829#M117510</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-25T12:52:51Z</dc:date>
    </item>
    <item>
      <title>linking custom text with dates</title>
      <link>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318830#M117511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 06:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/linking-custom-text-with-dates/m-p/318830#M117511</guid>
      <dc:creator />
      <dc:date>2012-02-26T06:30:38Z</dc:date>
    </item>
  </channel>
</rss>

