<?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: How to restrict months using 'Add calculated dimension' option? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844113#M296499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(monthnamefield,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'JAN',FEB','SEP','OCT','NOV','DEC') ,monthnamefield)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and then check the check boox supress when value is null for dimension that dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 10:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-02T10:16:04Z</dc:date>
    <item>
      <title>How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844111#M296497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field which contains 12 months.&lt;/P&gt;&lt;P&gt;I want only 6 months in bar chart and those are 'JAN',FEB','SEP','OCT','NOV','DEC'&lt;/P&gt;&lt;P&gt;Is it possible to achieve this using 'add calculated dimension' option??&lt;/P&gt;&lt;P&gt;If not how to get this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844111#M296497</guid>
      <dc:creator>mallikarjun_h</dc:creator>
      <dc:date>2015-04-02T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844112#M296498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This months ('JAN',FEB','SEP','OCT','NOV','DEC') are they going to be static not changing regardless of current month users selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844112#M296498</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-02T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844113#M296499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(monthnamefield,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'JAN',FEB','SEP','OCT','NOV','DEC') ,monthnamefield)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;and then check the check boox supress when value is null for dimension that dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844113#M296499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T10:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844114#M296500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use calculated dimension&lt;/P&gt;&lt;P&gt;if (match(yourmonthfield,'JAN',FEB','SEP','OCT','NOV','DEC')&amp;gt;0, yourmonthfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other way: restrict in Expression using set Analysis (but easier in Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also depends on whether months are static or dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if dynamic, use variable to store dynamic months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844114#M296500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T10:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844115#M296501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope this helps, if not please add sample document to better understand your issue &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844115#M296501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844116#M296502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can one achieve this using set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 12:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844116#M296502</guid>
      <dc:creator>mallikarjun_h</dc:creator>
      <dc:date>2015-04-07T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict months using 'Add calculated dimension' option?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844117#M296503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to put the set analysis in each expression!&lt;/P&gt;&lt;P&gt;e.g. sum({&amp;lt;month={'JAN','FEB','SEP','OCT','NOV','DEC'}&amp;gt;}yourvaluefield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-months-using-Add-calculated-dimension-option/m-p/844117#M296503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T13:05:40Z</dc:date>
    </item>
  </channel>
</rss>

