<?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: Automate numbering months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559762#M744232</link>
    <description>&lt;P&gt;Oh by the way I am a front end user. I have no access to loading data. I can only play around with dim and expressions.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 18:28:18 GMT</pubDate>
    <dc:creator>jadams123</dc:creator>
    <dc:date>2019-03-21T18:28:18Z</dc:date>
    <item>
      <title>Automate numbering months</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559760#M744231</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column that has a FY budget of $1MM&lt;/P&gt;&lt;P&gt;If the user selects Jan then $1MM * (1/12),&lt;/P&gt;&lt;P&gt;if the user selects Feb then $1MM * (2/12),&lt;/P&gt;&lt;P&gt;if the user selects March then $1MM * (3/12)&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559760#M744231</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automate numbering months</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559762#M744232</link>
      <description>&lt;P&gt;Oh by the way I am a front end user. I have no access to loading data. I can only play around with dim and expressions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 18:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559762#M744232</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2019-03-21T18:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automate numbering months</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559777#M744233</link>
      <description>A month field are normally a dual value field, meaning it consist of both a text value (Jan, Feb ... Dec) and a numeric value (1, 2 ... 12). If your BudgetMonth field is a dual then you could use this expression:&lt;BR /&gt;&lt;BR /&gt;Sum([FY budget] * BudgetMonth / 12)</description>
      <pubDate>Thu, 21 Mar 2019 18:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559777#M744233</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-21T18:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automate numbering months</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559780#M744234</link>
      <description>You might want to adjust the expression to this&lt;BR /&gt;Sum([FY budget] * $(=max(BudgetMonth)) / 12)</description>
      <pubDate>Thu, 21 Mar 2019 18:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559780#M744234</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-21T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automate numbering months</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559807#M744235</link>
      <description>&lt;P&gt;Might use getselectedfield in variable and use it there. So that user selection will effect there. or else max condition will work as default.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-numbering-months/m-p/1559807#M744235</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2019-03-21T20:53:50Z</dc:date>
    </item>
  </channel>
</rss>

