<?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: Need some help with a Pivot Table and excluding some values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52349#M8678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did what I needed. I could not get the syntax down, so thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 15:57:53 GMT</pubDate>
    <dc:creator>davidstrong</dc:creator>
    <dc:date>2018-03-07T15:57:53Z</dc:date>
    <item>
      <title>Need some help with a Pivot Table and excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52346#M8675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a Pivot Table Chart that has a single dimension that shows a Month year combination. We have loaded some future dated data to test some enhancements, but want to prevent any date that is in the future from being listed in this Pivot Table drop down menu. I have attached a screenshot to show what I want to eliminate. Is this possible to do in from the properties of the object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 18:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52346#M8675</guid>
      <dc:creator>davidstrong</dc:creator>
      <dc:date>2018-03-05T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a Pivot Table and excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52347#M8676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculated dimension, for instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Date&amp;lt;=today(),"MonthYear")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And suppress null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 14:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52347#M8676</guid>
      <dc:creator>devyanshu_gupta</dc:creator>
      <dc:date>2018-03-06T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a Pivot Table and excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52348#M8677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about using a calculated dimension instead of an unmodified one? In the dimension sheet of the chart you can "add calculated dimension" so you can write something of the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(MonthYear &amp;lt;= CurrentMonthYear, MonthYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="font-size: 13.3333px;"&gt;CurrentMonthYear is the combination of month-year of the current day. You can automatically store this info in a variable when the document is opened (Document properties/triggers or sheet properties/triggers) and use that variable in the above "if" statement somehow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope it works! Let me know if you have trubles with the "if" condition!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52348#M8677</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2018-03-06T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a Pivot Table and excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52349#M8678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did what I needed. I could not get the syntax down, so thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52349#M8678</guid>
      <dc:creator>davidstrong</dc:creator>
      <dc:date>2018-03-07T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need some help with a Pivot Table and excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52350#M8679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your data or app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-help-with-a-Pivot-Table-and-excluding-some-values/m-p/52350#M8679</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-03-07T16:03:31Z</dc:date>
    </item>
  </channel>
</rss>

