<?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 only one expression change for one filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022515#M345772</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;I want chart where one expression changes for only one filter selection (day) and other expression change for every filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using day=p(day) for one expression but by using this, It is changing this expression but putting all other expression as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to remove all other rows with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 11:03:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-12T11:03:34Z</dc:date>
    <item>
      <title>only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022515#M345772</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;I want chart where one expression changes for only one filter selection (day) and other expression change for every filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using day=p(day) for one expression but by using this, It is changing this expression but putting all other expression as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to remove all other rows with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022515#M345772</guid>
      <dc:creator />
      <dc:date>2016-02-12T11:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022516#M345773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I sort of understand what you are looking for, but would be easier to show how to implement this if you can share a sample with us&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022516#M345773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-12T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022517#M345774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach sample application with sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 12:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022517#M345774</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-12T12:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022518#M345775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit, as said above is hard to say without a sample but maybe for your only-day expression something like:&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Day), sum({1&amp;lt;Day={$(=GetFieldSelections(Day))}&amp;gt;}Value), sum({1}Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If something is selected in the Day field, returns the sum of Value ignoring all selections and fixing Day with the selected values in that field (expression needs some changes if Day is not numeric).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your p(Day) can fail when selections in other fields filters Day field, which also affects the p(Day), as it limits the possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 13:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022518#M345775</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-12T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022519#M345776</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;You are right for p(day) of logic. But when I used your logic, It is not working. Day format is DD/MM/YYYY. What needs to be changed for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 21:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022519#M345776</guid>
      <dc:creator />
      <dc:date>2016-02-12T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022520#M345777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit, so your 'Day' is not only a Day number but a complete Date? Maybe with:&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Day), sum({1&amp;lt;Day={'$(=GetFieldSelections(Day, Chr(39) &amp;amp; ',' &amp;amp; Chr(39)))'}&amp;gt;}Value), sum({1}Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works but If doesn't works please upload a sample, it's hard to guess your data with only what you said in the first post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 08:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022520#M345777</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-15T08:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022521#M345778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;There are two things here&lt;/P&gt;&lt;P&gt;1) if you want to enable the expressions based on the selections made in filters then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Use Conditional Enabling. like&lt;/P&gt;&lt;P&gt; For Filter1:&amp;nbsp;&amp;nbsp; getSelectedCount(filter1)&amp;gt;0 &lt;/P&gt;&lt;P&gt;For Rest :getSelectedCount(Filter1)&amp;lt;=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If you want to show both Expressions but should not respond for Filter 1 then use set analysis &lt;/P&gt;&lt;P&gt;like Sum({&amp;lt;Filter1=&amp;gt;}Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 13:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022521#M345778</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-15T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022522#M345779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;I LOADED DATA FOR ONE RESOURCE R1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;Its like I want ex hour to change only for filter timebyday and not for filter classification.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;One fact is this there are so many filters like classification. I am only using classification here.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022522#M345779</guid>
      <dc:creator />
      <dc:date>2016-02-15T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: only one expression change for one filter</title>
      <link>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022523#M345780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I applied my proposed expression to ex hour and (if I understood it right) it's working as you said.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/only-one-expression-change-for-one-filter/m-p/1022523#M345780</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-02-15T15:57:39Z</dc:date>
    </item>
  </channel>
</rss>

