<?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: simply filter in dashboard in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936513#M222</link>
    <description>&lt;P&gt;Hopefully I really understand your requirement. You can narrow the filterbox with the same field. You have to adapt the expression according to your needs. Example:&lt;/P&gt;
&lt;P&gt;=aggr(only({$&amp;lt;Field={"web*","Man*"}&amp;gt;}Field),Field)&lt;/P&gt;
&lt;P&gt;Now the filter shows all values from the dimension Field where the text values begins with web or Man (webshop and manager x).&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 12:21:17 GMT</pubDate>
    <dc:creator>eddie_wagt</dc:creator>
    <dc:date>2022-05-27T12:21:17Z</dc:date>
    <item>
      <title>How to filter using Keywords containing text values from the dimension Field in dashboard - Qlik Sense</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936485#M219</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;Is it possible to create a filter from an existing column in a table containing string or text values?&lt;/P&gt;
&lt;P&gt;The requirement is as follows:&lt;/P&gt;
&lt;P&gt;Filter the text values which contain "&lt;FONT face="courier new,courier"&gt;web&lt;/FONT&gt;", "&lt;FONT face="courier new,courier"&gt;manager&lt;/FONT&gt;", and "&lt;FONT face="courier new,courier"&gt;front office&lt;/FONT&gt;".&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 17:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936485#M219</guid>
      <dc:creator>Jurii</dc:creator>
      <dc:date>2022-09-07T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936489#M220</link>
      <description>&lt;P&gt;Do you mean that the field has values like 'web', 'manager' and 'front office'?&lt;/P&gt;
&lt;P&gt;If so, then you can put this as an expression in the filterbox.&lt;/P&gt;
&lt;P&gt;aggr(only({$&amp;lt;Field={"web*"}&amp;gt;}Field),Field)&lt;/P&gt;
&lt;P&gt;This shows all values in the filterbox where the values begin with web, for example webshop or webstore etc. It is case sensitive...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Eddie&lt;/P&gt;
&lt;TABLE style="border-style: solid; width: 100%; border-color: #006B30;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" style="background-color: #009845; width: 100%; border-style: solid;"&gt;&lt;FONT color="#FFFFFF"&gt;If this answers your question or solves your issue, be sure to mark the answer as correct by clicking '&lt;STRONG&gt;&lt;SPAN class="notion-enable-hover" data-token-index="1" data-reactroot=""&gt;Accept as Solution&lt;/SPAN&gt;&lt;/STRONG&gt;'. This will mark the post as solved and other Qlikkies will gravitate towards this post as it as a possible solution for their issue.&amp;nbsp;Multiple responses can be accepted as a solution so make sure to select all that apply.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 27 May 2022 11:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936489#M220</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2022-05-27T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936506#M221</link>
      <description>&lt;P&gt;last question and can I put column (2) in the field or is it not possible?&lt;BR /&gt;I need to define three names from column (2). The first is the name of web, the second front office and the last manager. I can export the data to Excel and then apply a filter only to those names and that's it. However, I want to set the same things directly in the filter to make it easier. Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936506#M221</guid>
      <dc:creator>Jurii</dc:creator>
      <dc:date>2022-05-27T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936513#M222</link>
      <description>&lt;P&gt;Hopefully I really understand your requirement. You can narrow the filterbox with the same field. You have to adapt the expression according to your needs. Example:&lt;/P&gt;
&lt;P&gt;=aggr(only({$&amp;lt;Field={"web*","Man*"}&amp;gt;}Field),Field)&lt;/P&gt;
&lt;P&gt;Now the filter shows all values from the dimension Field where the text values begins with web or Man (webshop and manager x).&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936513#M222</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2022-05-27T12:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936515#M223</link>
      <description>&lt;P&gt;its not clear what your are looking for.&amp;nbsp; a picture would help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want all three fields as your filter, you can add 3 fields in the filter object.&amp;nbsp; or (and ive seen this done before), create a new field that is the concatenation of the 3 fields and use that as your filter.&amp;nbsp; obviously youd want to concatenate it in a manner that makes it readable.&amp;nbsp; but i would rather just use a filter with 3 fields&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936515#M223</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-27T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936525#M224</link>
      <description>&lt;P&gt;thank you for support &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936525#M224</guid>
      <dc:creator>Jurii</dc:creator>
      <dc:date>2022-05-27T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: simply filter in dashboard</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936527#M225</link>
      <description>&lt;P&gt;You are welcome! Have a nice day&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 12:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/How-to-filter-using-Keywords-containing-text-values-from-the/m-p/1936527#M225</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2022-05-27T12:38:22Z</dc:date>
    </item>
  </channel>
</rss>

