<?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 Table Box with filtered field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544424#M203362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a table box chart and for one of the available fields "SI Programs" I only want to display 2 specific values (Growth and TBA).&amp;nbsp; The field currently has 8 values but the others are irrevalent to what I am trying to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to add a fitler like if(SI Programs = 'Growth' or 'TBA', SI Programs)?&amp;nbsp; I cant see how to add an expression as a field in the table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 16:03:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-02T16:03:57Z</dc:date>
    <item>
      <title>Table Box with filtered field values</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544424#M203362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a table box chart and for one of the available fields "SI Programs" I only want to display 2 specific values (Growth and TBA).&amp;nbsp; The field currently has 8 values but the others are irrevalent to what I am trying to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to add a fitler like if(SI Programs = 'Growth' or 'TBA', SI Programs)?&amp;nbsp; I cant see how to add an expression as a field in the table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544424#M203362</guid>
      <dc:creator />
      <dc:date>2014-01-02T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box with filtered field values</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544425#M203363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Steve&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to use a Chart of type Straight Table, and then quite likely Set Analysis in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544425#M203363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-02T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box with filtered field values</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544426#M203364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or create an additional field in the script:&lt;/P&gt;&lt;P&gt;if(match("SI Programs", 'Growth', 'TBA'), SI Programs, null()) as "SI Programs Restricted"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544426#M203364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-02T16:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box with filtered field values</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544427#M203365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how would I use set analysis for the expression.&amp;nbsp; Not sure what function i would use against the "SI Programs" field since I am just trying to return text values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe max()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544427#M203365</guid>
      <dc:creator />
      <dc:date>2014-01-02T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box with filtered field values</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544428#M203366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a dimension:&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;[SI Programs]={'Growth', 'TBA'}&amp;gt;}[SI Programs]), [SI Programs])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an expression:&lt;/P&gt;&lt;P&gt;only({&amp;lt;[SI Programs]={'Growth', 'TBA'}&amp;gt;}[SI Programs])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on how you're setting your table up if you need the dimension or expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 16:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-with-filtered-field-values/m-p/544428#M203366</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-02T16:30:11Z</dc:date>
    </item>
  </channel>
</rss>

