<?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 How to filter table by measure in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912456#M202808</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a table like below. I'd like to filter by second column to see how many customer have used my service 7 times, 11 times etc.&amp;nbsp;&lt;BR /&gt;How can I apply such a filter?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MajaP_1-1648730500365.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75852iBB9C071E3EB0A236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MajaP_1-1648730500365.png" alt="MajaP_1-1648730500365.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 12:43:45 GMT</pubDate>
    <dc:creator>MajaP</dc:creator>
    <dc:date>2022-03-31T12:43:45Z</dc:date>
    <item>
      <title>How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912456#M202808</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a table like below. I'd like to filter by second column to see how many customer have used my service 7 times, 11 times etc.&amp;nbsp;&lt;BR /&gt;How can I apply such a filter?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MajaP_1-1648730500365.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75852iBB9C071E3EB0A236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MajaP_1-1648730500365.png" alt="MajaP_1-1648730500365.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 12:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912456#M202808</guid>
      <dc:creator>MajaP</dc:creator>
      <dc:date>2022-03-31T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912496#M202813</link>
      <description>&lt;P&gt;Create your measure as a DIMENSION:&lt;/P&gt;
&lt;P&gt;and do as follow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;aggr(count(YourMeasure),YourDimension)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912496#M202813</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2022-03-31T13:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912859#M202881</link>
      <description>&lt;P&gt;try below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimension = 685&lt;/P&gt;
&lt;P&gt;MEasure=&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if (count([unique customer indentifier]) &amp;gt;= 7,&amp;nbsp;&amp;nbsp;count([unique customer indentifier])&lt;SPAN&gt;&amp;nbsp;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;you can replace the value of 7 with a variable slider to make it dynamic&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/variable-input.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/Visualizations/DashboardBundle/variable-input.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 03:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1912859#M202881</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-01T03:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1913058#M202932</link>
      <description>&lt;P&gt;And pls tell me how I should implement these functions?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 10:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1913058#M202932</guid>
      <dc:creator>MajaP</dc:creator>
      <dc:date>2022-04-01T10:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1913078#M202938</link>
      <description>&lt;P&gt;There are other posts and videos on how to use variableinput in qliksense&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1913078#M202938</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-01T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter table by measure</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1915766#M203276</link>
      <description>&lt;P&gt;So this should look like this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;aggr(count(Count([unique customer identifier]),[unique customer identifier]) ?&lt;BR /&gt;&lt;BR /&gt;I don't think it works properly&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 10:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-filter-table-by-measure/m-p/1915766#M203276</guid>
      <dc:creator>MajaP</dc:creator>
      <dc:date>2022-04-07T10:20:25Z</dc:date>
    </item>
  </channel>
</rss>

