<?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 Can I limit the data in a Table Box using a field value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55126#M511196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Table Box that I want to limit the data for only data from 2018.&amp;nbsp; Is that possible to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 14:10:14 GMT</pubDate>
    <dc:creator>cliff_clayman</dc:creator>
    <dc:date>2018-04-04T14:10:14Z</dc:date>
    <item>
      <title>Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55126#M511196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Table Box that I want to limit the data for only data from 2018.&amp;nbsp; Is that possible to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55126#M511196</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2018-04-04T14:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55127#M511197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only option is to select 2018, as a workaround it can be in another altern state, but selections will be done in this state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is using a simple table showing the fields as dimensions with an expression that filters the data with set analysis, or use the expression that filters the data to show some existing field as expression instead of showing as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55127#M511197</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55128#M511198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't this be done using a Table Box?&amp;nbsp; Seems like this should be something that should be easily done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55128#M511198</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2018-04-04T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55129#M511199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table box is only used to show some static data values. You cannot do much with this object. May be use Straight table. Can you explain a little more on whats your expected output. Can you share some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55129#M511199</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-04T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55130#M511200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One option is to create a new field in the script like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year = 2018, 1) as FlagYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now add FlagYear as one of the fields in your table box and then go to the presentation tab and check 'Omit Rows Where Field is NULL' for the FlagYear dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to do this for FlagYear to make it work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55130#M511200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-04T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55131#M511201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableBox doesn't allows for calculated expression, another workaround can be adding a field that copies the year value but with only values in 2018 (others as null) and in presentation tab check the option to omit rows with null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55131#M511201</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-04T14:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55132#M511202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I somehow keep from showing the FlagYear column in the table box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55132#M511202</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2018-04-04T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I limit the data in a Table Box using a field value?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55133#M511203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Then do as Ruben suggested... create a new year field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Year = 2018, Year) as Year_New&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then instead of adding Year, add Year_New as your field and select the omit option on the presentation tab. Oh and ya please remember to label Year_New as Year because I am sure you would not like to see Year_New as a column label&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-limit-the-data-in-a-Table-Box-using-a-field-value/m-p/55133#M511203</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-04T14:38:42Z</dc:date>
    </item>
  </channel>
</rss>

