<?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 Show information until the present month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315325#M1196901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load of the budget cannot be limited so that it does not bring the later months to the present one??&lt;/P&gt;&lt;P&gt;I tried in script limit the load with the function TODAY, but don´t work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 15:20:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-21T15:20:47Z</dc:date>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315321#M1196897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello togehter, i have the following question, i hope its understandable.&lt;/P&gt;&lt;P&gt;I have a Pivot Table that compares budget with real movements.&lt;/P&gt;&lt;P&gt;I load the complete budget from an own company´s system to the month of July of 2011&lt;/P&gt;&lt;P&gt;I need to show the information until the present month (March 2011)&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;Thanks and regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315321#M1196897</guid>
      <dc:creator />
      <dc:date>2011-03-21T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315322#M1196898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the simplest solutions would be to add a calculated "flag" field in your Calendar table, something like "YTD_Flag" - for all dates until the present Month, the flag = 1 and for all other dates, Flag = 0.&lt;/P&gt;&lt;P&gt;Then, in your expression, you can do one of the two:&lt;/P&gt;&lt;P&gt;1. Multiply by the flag: sum(Budget*YTD_Flag) - only those dates with Flag=1 will be included,&lt;/P&gt;&lt;P&gt;2. Or, if you like Set Analysis, you can use the flag in Set Analysis: sum( {&amp;lt;YTDFlag = {1}&amp;gt;} Budget)&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315322#M1196898</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-21T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315323#M1196899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg for your answer. I don´t have a calendar table...&lt;/P&gt;&lt;P&gt;I understand your propose solution, but you can suggest another solution?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315323#M1196899</guid>
      <dc:creator />
      <dc:date>2011-03-21T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315324#M1196900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many different ways to do it and I'm not sure which is the "best" one but I would just make a variable (we'll call it vMonthStart)for the first date you don't want, assuming you want March 2011 to be the last month I would use something like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthstart(addmonths(today(),1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For dimension I would use...&lt;/P&gt;&lt;P&gt;=dual(month([Date]) &amp;amp; ' ' &amp;amp; year([Date]),Makedate(year([Date]),month([Date]),1))&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Date]={"&amp;lt;$(vMonthStart)"}&amp;gt;} [Budget])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Off the top of my head I don't know if the syntax and everything is perfect above but that's the general idea. I'm assuming you don't want to use the script (since you didn't like the solution above this post) so you wouldn't have to with that solution but I'm sure somebody smarter than me will come in here and give you a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 14:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315324#M1196900</guid>
      <dc:creator />
      <dc:date>2011-03-21T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315325#M1196901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The load of the budget cannot be limited so that it does not bring the later months to the present one??&lt;/P&gt;&lt;P&gt;I tried in script limit the load with the function TODAY, but don´t work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315325#M1196901</guid>
      <dc:creator />
      <dc:date>2011-03-21T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315326#M1196903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE [Your Date Field]&amp;lt;=today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below your FROM statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315326#M1196903</guid>
      <dc:creator />
      <dc:date>2011-03-21T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Show information until the present month</title>
      <link>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315327#M1196908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based in answer of Trent.Jones, i solved this problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks to all!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-information-until-the-present-month/m-p/315327#M1196908</guid>
      <dc:creator />
      <dc:date>2011-03-21T15:58:13Z</dc:date>
    </item>
  </channel>
</rss>

