<?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: issues with current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233377#M392725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;By default if you hard code any value of a field then corresponding field related selections will not apply on chart.&lt;/P&gt;&lt;P&gt;Below expressions work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;YEAR={'2015'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;YEAR={'2016'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Let us know if not&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 10:07:30 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2017-02-21T10:07:30Z</dc:date>
    <item>
      <title>issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233372#M392720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table which displays a measure for 2015 and 2016 in two columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever year user selects always 2015 and 2016 data should get displayed in the chart.&lt;/P&gt;&lt;P&gt;i have hardcoded year in the both expression. it should not affected by year selection. Month is my dimention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving year=2015 inside 2015 expression and year=2016 inside 2016 expression. and year= , but when i select 2016 then data for 2016 shows correct but when i select 2015 2016 becomes zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233372#M392720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233373#M392721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think year=2016 overrides year=.&lt;/P&gt;&lt;P&gt;you can use an Expression like this to ignore all selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1} if(year=2016, YOURFIELD))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233373#M392721</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-02-21T08:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233374#M392722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but if i use {1} then it will ignore all the selection, i want it to get affected by other dimensions except year. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 09:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233374#M392722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233375#M392723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;YEAR={2015,2016}&amp;gt;}SALES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 09:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233375#M392723</guid>
      <dc:creator />
      <dc:date>2017-02-21T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233376#M392724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one u did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={'2015'}&amp;gt;}Your_field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year={'2016'}&amp;gt;}Your_field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plss try above..I agree with sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 09:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233376#M392724</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-21T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: issues with current selection</title>
      <link>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233377#M392725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;By default if you hard code any value of a field then corresponding field related selections will not apply on chart.&lt;/P&gt;&lt;P&gt;Below expressions work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;YEAR={'2015'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;YEAR={'2016'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Let us know if not&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 10:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issues-with-current-selection/m-p/1233377#M392725</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-21T10:07:30Z</dc:date>
    </item>
  </channel>
</rss>

