<?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: Add Month Column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774560#M717497</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21178"&gt;@kylealpaugh&lt;/a&gt;&amp;nbsp;, very fun script, please check if it works for you :&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Customer, Material, Target&lt;BR /&gt;1A, BBX, 120&lt;BR /&gt;1B , BVF,240&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;left join&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;Load&lt;BR /&gt;Customer,&lt;BR /&gt;Material,&lt;BR /&gt;Target,&lt;BR /&gt;Target / 12 as TargetMonth,&lt;BR /&gt;Month&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Resident A;&lt;BR /&gt;drop table A;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 21:06:08 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2021-01-14T21:06:08Z</dc:date>
    <item>
      <title>Add Month Column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774555#M717496</link>
      <description>&lt;P&gt;I have a table with year targets I need to make them by Period 1-12&lt;/P&gt;&lt;P&gt;The table currently has 3 fields customer material and target&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer Material Target&amp;nbsp;&lt;/P&gt;&lt;P&gt;1A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BBX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 120&lt;/P&gt;&lt;P&gt;1B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BVF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;240&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to add a column for period and divide each of the targets by 12to look like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer&amp;nbsp; Material&amp;nbsp; &amp;nbsp;Target Period&lt;/P&gt;&lt;P&gt;1A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BBX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BBX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible to do in the script I cant find a way to do it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 20:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774555#M717496</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2021-01-14T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add Month Column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774560#M717497</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21178"&gt;@kylealpaugh&lt;/a&gt;&amp;nbsp;, very fun script, please check if it works for you :&lt;/P&gt;&lt;P&gt;A:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Customer, Material, Target&lt;BR /&gt;1A, BBX, 120&lt;BR /&gt;1B , BVF,240&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;left join&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B:&lt;BR /&gt;Load&lt;BR /&gt;Customer,&lt;BR /&gt;Material,&lt;BR /&gt;Target,&lt;BR /&gt;Target / 12 as TargetMonth,&lt;BR /&gt;Month&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Resident A;&lt;BR /&gt;drop table A;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 21:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774560#M717497</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-14T21:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add Month Column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774612#M717498</link>
      <description>&lt;P&gt;Thanks it worked&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 22:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Month-Column/m-p/1774612#M717498</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2021-01-14T22:33:42Z</dc:date>
    </item>
  </channel>
</rss>

