<?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 Dynamic Filter selection to show measures in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Filter-selection-to-show-measures/m-p/1864894#M1216267</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I taken inline load, with field Filter and values are sellin, sellout,Quantity. I taken a (Grouped)bar chart with 3 measures sum(sellin),Sum(Sellout),sum(Quantity) and Date as dimension&lt;/P&gt;
&lt;P&gt;i taken that filter with 3 values as button. when no selection, all 3 bars to be appear in chart. when any one selected only that bar to be appear, if any two selected those two bar to be appear on the bar chart.&lt;/P&gt;
&lt;P&gt;I write calculation condition as if(GetselectedCount(Filter)=0, or Getfieldselections(Filter)='Sellin',1,0)&amp;nbsp; works fine for single selection and no selction in filter buttons.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me how to write calculation condition when sellin and sellout button are slected&amp;nbsp; from filter. that time user want to see two bars (sellin and Sellout Bars) on chart&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 13:02:35 GMT</pubDate>
    <dc:creator>Kris1</dc:creator>
    <dc:date>2021-11-30T13:02:35Z</dc:date>
    <item>
      <title>Dynamic Filter selection to show measures</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filter-selection-to-show-measures/m-p/1864894#M1216267</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I taken inline load, with field Filter and values are sellin, sellout,Quantity. I taken a (Grouped)bar chart with 3 measures sum(sellin),Sum(Sellout),sum(Quantity) and Date as dimension&lt;/P&gt;
&lt;P&gt;i taken that filter with 3 values as button. when no selection, all 3 bars to be appear in chart. when any one selected only that bar to be appear, if any two selected those two bar to be appear on the bar chart.&lt;/P&gt;
&lt;P&gt;I write calculation condition as if(GetselectedCount(Filter)=0, or Getfieldselections(Filter)='Sellin',1,0)&amp;nbsp; works fine for single selection and no selction in filter buttons.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me how to write calculation condition when sellin and sellout button are slected&amp;nbsp; from filter. that time user want to see two bars (sellin and Sellout Bars) on chart&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 13:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filter-selection-to-show-measures/m-p/1864894#M1216267</guid>
      <dc:creator>Kris1</dc:creator>
      <dc:date>2021-11-30T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filter selection to show measures</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filter-selection-to-show-measures/m-p/1866688#M1216358</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;=GetSelectedCount(Filter)=0 OR wildmatch(GetCurrentSelections( Filter, '|'),'*Sellin*')&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 20:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filter-selection-to-show-measures/m-p/1866688#M1216358</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2021-12-03T20:06:27Z</dc:date>
    </item>
  </channel>
</rss>

