<?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: want to convert string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507217#M436376</link>
    <description>&lt;P&gt;You can make use of Master Calendar... That will solve your problem...&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 13:16:20 GMT</pubDate>
    <dc:creator>akshay61</dc:creator>
    <dc:date>2018-11-15T13:16:20Z</dc:date>
    <item>
      <title>want to convert string</title>
      <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507059#M436373</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have Two columns in my application year and month.Year 2018,2017 and Month are from 1 to 12.&lt;/P&gt;&lt;P&gt;i want output like this&lt;/P&gt;&lt;P&gt;Jan 2017&lt;BR /&gt;Feb 2017&lt;BR /&gt;Mar 2017&lt;BR /&gt;Apr 2017&lt;BR /&gt;May 2017&lt;BR /&gt;Jun 2017&lt;BR /&gt;Jul 2017&lt;BR /&gt;Aug 2017&lt;BR /&gt;Sep 2017&lt;BR /&gt;Oct 2017&lt;BR /&gt;Nov 2017&lt;BR /&gt;Dec 2017&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507059#M436373</guid>
      <dc:creator>rupaliqlik</dc:creator>
      <dc:date>2024-11-16T21:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: want to convert string</title>
      <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507066#M436374</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can make an inline table and map your month column in it...&lt;/P&gt;&lt;P&gt;You can refer to the below example&lt;/P&gt;&lt;P&gt;You have to give the same field name as in DB for "&lt;SPAN&gt;Month_in_Number"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MappingMonth :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Month_in_Number,Month&lt;/P&gt;&lt;P&gt;1, Jan&lt;/P&gt;&lt;P&gt;2, Feb&lt;/P&gt;&lt;P&gt;3, Mar&lt;/P&gt;&lt;P&gt;4, Apr&lt;/P&gt;&lt;P&gt;5,May&lt;/P&gt;&lt;P&gt;6,Jun&lt;/P&gt;&lt;P&gt;7,Jul&lt;/P&gt;&lt;P&gt;8,Aug&lt;/P&gt;&lt;P&gt;9,Sep&lt;/P&gt;&lt;P&gt;10,Oct&lt;/P&gt;&lt;P&gt;11,Nov&lt;/P&gt;&lt;P&gt;12,Dec&lt;/P&gt;&lt;P&gt;];&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akshay&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 10:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507066#M436374</guid>
      <dc:creator>akshay61</dc:creator>
      <dc:date>2018-11-15T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: want to convert string</title>
      <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507080#M436375</link>
      <description>&lt;P&gt;You can make use of a combination of functions Makedate() and MonthName() like below:&lt;/P&gt;&lt;P&gt;Load *,&lt;BR /&gt;MonthName(Makedate([Year],[Month])) as MonthYear;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Month,Year&lt;BR /&gt;1,2017&lt;BR /&gt;2,2017&lt;BR /&gt;3,2017&lt;BR /&gt;4,2017&lt;BR /&gt;5,2017&lt;BR /&gt;6,2017&lt;BR /&gt;7,2017&lt;BR /&gt;8,2017&lt;BR /&gt;9,2017&lt;BR /&gt;10,2017&lt;BR /&gt;11,2017&lt;BR /&gt;12,2017&lt;BR /&gt;]; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 11:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507080#M436375</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2018-11-15T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: want to convert string</title>
      <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507217#M436376</link>
      <description>&lt;P&gt;You can make use of Master Calendar... That will solve your problem...&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 13:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507217#M436376</guid>
      <dc:creator>akshay61</dc:creator>
      <dc:date>2018-11-15T13:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: want to convert string</title>
      <link>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507236#M436377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date(date#(month,'MM'),'MMM') as month_name&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;=&amp;gt;&amp;nbsp; in script&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;in list box=&amp;gt;go to expression =&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;=&lt;STRONG&gt;date(date#(month,'MM'),'MMM')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 13:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/want-to-convert-string/m-p/1507236#M436377</guid>
      <dc:creator>sasis551</dc:creator>
      <dc:date>2018-11-15T13:28:18Z</dc:date>
    </item>
  </channel>
</rss>

