<?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 Measures from different fields based on Current Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296480#M839056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H i All,&lt;/P&gt;&lt;P&gt; I am having two different tables having Site,Year Month &amp;amp; Actual from one table and Site ,Year Month&amp;amp;Forecast value from other table. &lt;/P&gt;&lt;P&gt;Here my scenario is based on Current month I have to show Actual &amp;amp; Forecast. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The bar chart based on Year Month dimension need to plot the values of Forecast from May 2017 to Dec 2017 (As we are in May 2017) and Actual should show only from Jan2017 to Apr 2017. I have attached sample file. Let me know if I am not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Measures from different fields based on Current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296480#M839056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H i All,&lt;/P&gt;&lt;P&gt; I am having two different tables having Site,Year Month &amp;amp; Actual from one table and Site ,Year Month&amp;amp;Forecast value from other table. &lt;/P&gt;&lt;P&gt;Here my scenario is based on Current month I have to show Actual &amp;amp; Forecast. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The bar chart based on Year Month dimension need to plot the values of Forecast from May 2017 to Dec 2017 (As we are in May 2017) and Actual should show only from Jan2017 to Apr 2017. I have attached sample file. Let me know if I am not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&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/Measures-from-different-fields-based-on-Current-Month/m-p/1296480#M839056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measures from different fields based on Current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296481#M839057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CHART&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162413_1.jpg" style="height: 352px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SCRIPT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;T:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Month, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Site, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1*(Month &amp;lt; MonthStart(Floor(Today()))) as FlagActual&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Actuals&amp;amp;Forecast.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Actuals);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;join (T)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Site, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forecast, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1*(Month &amp;gt;= MonthStart(Floor(Today()))) as FlagForecast&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Actuals&amp;amp;Forecast.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is ForeCast);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2017 16:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296481#M839057</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-05-06T16:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Measures from different fields based on Current Month</title>
      <link>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296482#M839058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Dimension- Month &lt;/P&gt;&lt;P&gt;Expression-if(Num(Date#(Month))&amp;lt;=42826,Sum(Actual),Sum(Forecast))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 18:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Measures-from-different-fields-based-on-Current-Month/m-p/1296482#M839058</guid>
      <dc:creator />
      <dc:date>2017-05-07T18:46:26Z</dc:date>
    </item>
  </channel>
</rss>

