<?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: remove multiple months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97363#M755761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a master calendar and link this field with calendar month and then show that calendar month n your listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting multiple months because due to makedate&amp;nbsp; different months are created for different records in your table Equipments_Details_final_12_Monoplane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Your qvw file was not having any data, couldn't check the exact figures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 16:25:58 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2018-09-21T16:25:58Z</dc:date>
    <item>
      <title>remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97359#M755757</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 have written the following code to get month in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Makedate((LEFT(Period,4)),(Right(Period,2)),01),'MMM') as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting repetitive months. like Jan,feb..dec again jan,,feb..dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to remove those.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97359#M755757</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97360#M755758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please post an example and the result you want to have?&lt;/P&gt;&lt;P&gt;If you just need to derive month from date field you can use month(date#(Perion,'date_format')). &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/month.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/month.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/month.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97360#M755758</guid>
      <dc:creator>JaMajka1</dc:creator>
      <dc:date>2018-09-21T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97361#M755759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to look more Share values of Period Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97361#M755759</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2018-09-21T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97362#M755760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide samples of your raw data field "Period".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 14:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97362#M755760</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2018-09-21T14:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97363#M755761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a master calendar and link this field with calendar month and then show that calendar month n your listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting multiple months because due to makedate&amp;nbsp; different months are created for different records in your table Equipments_Details_final_12_Monoplane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Your qvw file was not having any data, couldn't check the exact figures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 16:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97363#M755761</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-09-21T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: remove multiple months</title>
      <link>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97364#M755762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you get repetitive values, because those are different dates formated to similar format. Based on your script both 201801 and 201701 (and so on) will result in Jan, but they are different dates.&lt;/P&gt;&lt;P&gt;If you only want to have month value, then you can create master calendar table as suggested, or use&lt;/P&gt;&lt;P&gt;Month(Makedate((LEFT(Period,4)),(Right(Period,2)),01)) as Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-multiple-months/m-p/97364#M755762</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-09-25T13:46:07Z</dc:date>
    </item>
  </channel>
</rss>

