<?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 onth over Month chart - Formula * Days in Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/onth-over-Month-chart-Formula-Days-in-Month/m-p/2137326#M92437</link>
    <description>&lt;P&gt;I need to create a month over month chart.&amp;nbsp; I have successfully created a hourly and daily chart.&lt;/P&gt;
&lt;P&gt;Formulas used:&lt;/P&gt;
&lt;P&gt;Hourly:&amp;nbsp; ($(varA) * $(varB) * $(varC)) / 3600&lt;/P&gt;
&lt;P&gt;Daily:&amp;nbsp;&amp;nbsp; ($(varA) * $(varB) * $(varC)) / (3600*24)&lt;/P&gt;
&lt;P&gt;How would I create the expression for the month over month chart? Is there&amp;nbsp; something like in Excel EOMONTH where I can create the formula like:&lt;/P&gt;
&lt;P&gt;($(varA) * $(varB) * $(varC)) / (3600 * 24 * DaysInMonth)?&lt;/P&gt;
&lt;P&gt;Is there an option for Days in Week? I cannot use&amp;nbsp;(3600 * 24 * 7) because current week might only be 1 or even 5 days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 17:04:35 GMT</pubDate>
    <dc:creator>mp802377</dc:creator>
    <dc:date>2023-11-13T17:04:35Z</dc:date>
    <item>
      <title>onth over Month chart - Formula * Days in Month</title>
      <link>https://community.qlik.com/t5/App-Development/onth-over-Month-chart-Formula-Days-in-Month/m-p/2137326#M92437</link>
      <description>&lt;P&gt;I need to create a month over month chart.&amp;nbsp; I have successfully created a hourly and daily chart.&lt;/P&gt;
&lt;P&gt;Formulas used:&lt;/P&gt;
&lt;P&gt;Hourly:&amp;nbsp; ($(varA) * $(varB) * $(varC)) / 3600&lt;/P&gt;
&lt;P&gt;Daily:&amp;nbsp;&amp;nbsp; ($(varA) * $(varB) * $(varC)) / (3600*24)&lt;/P&gt;
&lt;P&gt;How would I create the expression for the month over month chart? Is there&amp;nbsp; something like in Excel EOMONTH where I can create the formula like:&lt;/P&gt;
&lt;P&gt;($(varA) * $(varB) * $(varC)) / (3600 * 24 * DaysInMonth)?&lt;/P&gt;
&lt;P&gt;Is there an option for Days in Week? I cannot use&amp;nbsp;(3600 * 24 * 7) because current week might only be 1 or even 5 days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 17:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/onth-over-Month-chart-Formula-Days-in-Month/m-p/2137326#M92437</guid>
      <dc:creator>mp802377</dc:creator>
      <dc:date>2023-11-13T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: onth over Month chart - Formula * Days in Month</title>
      <link>https://community.qlik.com/t5/App-Development/onth-over-Month-chart-Formula-Days-in-Month/m-p/2137514#M92458</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here a way to count days in month&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;day(monthend(today() ) )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;will give 30 for novembre&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So&amp;nbsp;DaysInMonth could be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;day(monthend([month_field] ) )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/onth-over-Month-chart-Formula-Days-in-Month/m-p/2137514#M92458</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2023-11-14T10:00:32Z</dc:date>
    </item>
  </channel>
</rss>

