<?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: MTD Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015030#M925612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;might be helpful for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9162"&gt;Set Analysis for certain Point in Time&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 07:36:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-12T07:36:51Z</dc:date>
    <item>
      <title>MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015023#M925605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone can tell me that is below code is right for&amp;nbsp; MTD expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;FinancialYear=, Quarter=,FiscalYear={$(=max(FiscalYear))}&lt;/P&gt;&lt;P&gt;,[PostingDate]={"&amp;gt;=$(=MonthStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[PostingDate])))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[PostingDate]))"}&lt;/P&gt;&lt;P&gt;&amp;gt;}Target )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/MTD-Expression/m-p/1015023#M925605</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015024#M925606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression looks correct to me. Are you facing any issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015024#M925606</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-12T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015025#M925607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this will be sufficient, make sure that your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[PostingDate] is in proper date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;FinancialYear=, Quarter=,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FiscalYear={"$(=max(FiscalYear))"},&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;[PostingDate]={"&amp;gt;=$(=monthstart(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[PostingDate]&lt;/SPAN&gt;)))&amp;lt;=$(=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[PostingDate]&lt;/SPAN&gt;))"}&amp;gt;}Target)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015025#M925607</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-12T07:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015026#M925608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Looks ok, but you may have to format the dates too:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;FinancialYear=, Quarter=,FiscalYear={$(=max(FiscalYear))}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,[PostingDate]={"&amp;gt;=$(=&lt;STRONG&gt;Date(&lt;/STRONG&gt;MonthStart(max([PostingDate]))&lt;STRONG&gt;)&lt;/STRONG&gt;)&amp;lt;=&lt;EM&gt;$(=&lt;STRONG&gt;Date(&lt;/STRONG&gt;max([PostingDate])&lt;STRONG&gt;)&lt;/STRONG&gt;)&lt;/EM&gt;"}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}Target )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015026#M925608</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-12T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015027#M925609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hi&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please try this expression for MTD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SUM({$&amp;lt;FinancialYear=, Quarter=,FiscalYear={$(=max(FiscalYear))},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[PostingDate]={"&amp;gt;=$(=MonthStart(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[PostingDate]&lt;/SPAN&gt;)))&amp;lt;=$&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(=MonthEnd(max(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[PostingDate]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)))&lt;/SPAN&gt;"}&amp;gt;}Target )&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this help you &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ahmar Ansari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015027#M925609</guid>
      <dc:creator>ahmar811</dc:creator>
      <dc:date>2016-04-12T07:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015028#M925610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am not getting proper targets in using this expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015028#M925610</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015029#M925611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please look here &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/212452" title="https://community.qlik.com/thread/212452"&gt;https://community.qlik.com/thread/212452&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015029#M925611</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T07:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015030#M925612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;might be helpful for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9162"&gt;Set Analysis for certain Point in Time&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015030#M925612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015031#M925613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would take this another step by adding the formatting of PostingDate to the left hand side of the equation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style=": ; color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Sum({$&amp;lt;FinancialYear=, Quarter=, FiscalYear = {$(=Max(FiscalYear))}&lt;/STRONG&gt;&lt;STRONG style="line-height: 1.5em; color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;, [PostingDate] ={"&amp;gt;=$(=Date(MonthStart(Max([PostingDate]))&lt;SPAN style="color: #ff0000;"&gt;, 'PostingDateFormatHere')&lt;/SPAN&gt;)&amp;lt;=$(=&lt;SPAN style="color: #ff0000;"&gt;Date(&lt;/SPAN&gt;max([PostingDate]), &lt;SPAN style="color: #ff0000;"&gt;'PostingDateFormatHere')&lt;/SPAN&gt;)"}&lt;/STRONG&gt;&lt;STRONG style=": ; line-height: 1.5em; color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;gt;} Target)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015031#M925613</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T07:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015032#M925614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="data.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121309_data.png" style="height: 279px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data target.png" class="jive-image image-2" src="/legacyfs/online/121313_data target.png" style="height: 285px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015032#M925614</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T07:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015033#M925615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌ , &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ , All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MTD expression is ok but my Target table is not link properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this I stuck on this from long time and unable to understand how to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 07:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015033#M925615</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T07:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015034#M925616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you think your target table should have been linked? I guess without seeing a sample, it would be difficult to say what is wrong. Can you share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015034#M925616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-12T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015035#M925617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015035#M925617</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015036#M925618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Targets table contains only 1 Div_Code value and it's a different value then you have in your fact table. They should be the same if you want to be able to use the Country and Target value for anything. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015036#M925618</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-12T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015037#M925619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have multiple(38) div code in target and all div code present in GL entry table I just debugged that file with 1 line that y its showing 1 div code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please give me solution for how can i link target table with entire data model&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015037#M925619</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T09:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015038#M925620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what you want. &lt;SPAN style="font-size: 13.3333px;"&gt;Your Targets table is linked to the entire model. What do you expect?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015038#M925620</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-12T09:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: MTD Expression</title>
      <link>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015039#M925621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means I want to proper linking for&amp;nbsp; target table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my target table is properly link then y month wise targets is not showing properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expected output is if i select month APR then it will show me 933859.595959596 this value for div code 2180 and country united kingdom but unfortunately its showing different values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see my excel file ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD-Expression/m-p/1015039#M925621</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2016-04-12T09:26:41Z</dc:date>
    </item>
  </channel>
</rss>

