<?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: Table as a Filters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253230#M1189124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ebeff9;" title="Gracias, esto era lo que necesitaba."&gt;Thanks, this was what I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 21:18:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-05T21:18:08Z</dc:date>
    <item>
      <title>Table as a Filters</title>
      <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253226#M1189120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;&lt;SPAN style="mso-fareast-language: ES-MX; mso-no-proof: yes;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="mso-ansi-language: EN-US;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;I have two tables in a sample of information of all available data on the other I have a table of data that need to use as filters, that is, when I select the search field "&lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Bodega&lt;/STRONG&gt;" I should select all data containing the word in the description “&lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Bodega&lt;/STRONG&gt;“.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;So I can get the total value of all descriptions that contain "&lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Bodega&lt;/STRONG&gt;" in their description. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;I hope someone can help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;Enrique Quispe&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253226#M1189120</guid>
      <dc:creator />
      <dc:date>2011-08-05T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table as a Filters</title>
      <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253227#M1189121</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;=COUNT(IF(Descripción LIKE '*BODEGA*', Descripción))&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change '*BODEGA*' to ﻿GetFieldSelections([Campo Buesqueda], ',', 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 15:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253227#M1189121</guid>
      <dc:creator />
      <dc:date>2011-08-05T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table as a Filters</title>
      <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253228#M1189122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try it,but it doesn’t work.&amp;nbsp; I attach anexample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 20:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253228#M1189122</guid>
      <dc:creator />
      <dc:date>2011-08-05T20:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table as a Filters</title>
      <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253229#M1189123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, see this example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 20:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253229#M1189123</guid>
      <dc:creator />
      <dc:date>2011-08-05T20:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table as a Filters</title>
      <link>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253230#M1189124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ebeff9;" title="Gracias, esto era lo que necesitaba."&gt;Thanks, this was what I needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 21:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-as-a-Filters/m-p/253230#M1189124</guid>
      <dc:creator />
      <dc:date>2011-08-05T21:18:08Z</dc:date>
    </item>
  </channel>
</rss>

