<?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: Exclude selectjions in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989805#M337397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried your expression but not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alphaperiod is used as dimension in chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2015 09:03:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-21T09:03:46Z</dc:date>
    <item>
      <title>Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989803#M337395</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have list box with all month value .Jan to Dec.&lt;/P&gt;&lt;P&gt;I have another object&amp;nbsp; apha period in chart as dimension which&amp;nbsp; contains combination of year and month 2015.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requiremnt is if i select Month list box it is corresponding corresponding alpha period value&lt;/P&gt;&lt;P&gt;for suppose if i select jan it is showing 201501&lt;/P&gt;&lt;P&gt;But i want to display all the alphaperiod value even if i select jan month .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989803#M337395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T08:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989804#M337396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are we talking about doing this in a list box? May be use an alternate state which doesn't impact any selection on the inherited state. or you can give this a try as well for your list box expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;month = &amp;gt;}alphaperiod), alphaperiod)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989804#M337396</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989805#M337397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried your expression but not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alphaperiod is used as dimension in chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989805#M337397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989806#M337398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your expression, add&lt;/P&gt;&lt;P&gt;[Month]= to the Set analysis part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have a set analysis in the expression then the whole expression will become something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Month]=&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that field n&lt;SPAN style="font-size: 13.3333px;"&gt;ames are case sensitive&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989806#M337398</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-09-21T09:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989807#M337399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this in your expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;month = &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will tell your expression (and dimension) that it should not change with selection in month listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989807#M337399</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T09:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989808#M337400</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;below is my set expr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have added my monthname in the set epression but it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;ANALYTICAL_CATEGORY={'PROFITLOSS'},PERIOD_YEAR=,PERIOD_ALPHA ={'&amp;lt;=$(vMaxPeriodAlpha)'},MONTHNAME=,MONTH_NAME=&amp;gt;}BUDGET)/FactorValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989808#M337400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989809#M337401</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 added the below expression it is working&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MONTHNAME=&amp;gt;}1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i made similar changes in the my set expression it is not getting exact result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOdified set expression&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;ANALYTICAL_CATEGORY={'PROFITLOSS'},PERIOD_YEAR=,PERIOD_ALPHA ={'&amp;lt;=$(vMaxPeriodAlpha)'},MONTHNAME=,MONTH_NAME=&amp;gt;}BUDGET)/FactorValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989809#M337401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989810#M337402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxPeriodAlpha defined? If you create a text object with =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vMaxPeriodAlpha as the expression, do you get what you would expect?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, the best way to get accurate suggestions is for you to post a sample the shows the issue, together with what you expect as the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989810#M337402</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-21T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectjions in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989811#M337403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have figured out problem Thanks for your responses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectjions-in-chart/m-p/989811#M337403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-21T11:27:37Z</dc:date>
    </item>
  </channel>
</rss>

