<?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: How to create a sheet object display only records that meet certain logical condition? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655791#M239441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can create new field in the script , in the example I'll create numeric new field and the script has to be something like that: &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF (&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Amount&lt;/STRONG&gt;= 0 , 0, 1) as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&amp;nbsp; ABC.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So now we have a new field with 0 and 1 values. Next create listbox or multibox in the layout and change the current selection.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to create static charts with the values in this field, you have to create set analysis script.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 20:21:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-10T20:21:13Z</dc:date>
    <item>
      <title>How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655787#M239437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create a sheet object display only records that meet certain logical condition such as the Amount field is greater than zero and the description contains a certain string. Could you guide me how to do please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 19:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655787#M239437</guid>
      <dc:creator />
      <dc:date>2014-07-10T19:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655788#M239438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the layout option of the chart or any object and use Show &amp;gt;&amp;gt; Conditional option and use expression to write there in the box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;=If( Country = 'Germany' ,1,0) // If condition satisfy then the chart display other wise hidden like ways you can use Getfieldselection() Or =GetSelectedCount() options also by using the conditional option from the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See snap for that:-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Layout.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62219_Layout.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655788#M239438</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-10T20:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655789#M239439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends of each sheet object you want.&lt;/P&gt;&lt;P&gt;Could you elaborate more your need?&lt;/P&gt;&lt;P&gt;Maybe posting some sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655789#M239439</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-07-10T20:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655790#M239440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all thank you very much for responding. &lt;/P&gt;&lt;P&gt;I'm trying to put together a Bank Reconciliation, and would like to display in a table object only those records that have the most to zero and also the description of the banking transaction amount is blank or null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655790#M239440</guid>
      <dc:creator />
      <dc:date>2014-07-10T20:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655791#M239441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can create new field in the script , in the example I'll create numeric new field and the script has to be something like that: &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF (&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Amount&lt;/STRONG&gt;= 0 , 0, 1) as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&amp;nbsp; ABC.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So now we have a new field with 0 and 1 values. Next create listbox or multibox in the layout and change the current selection.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to create static charts with the values in this field, you have to create set analysis script.&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655791#M239441</guid>
      <dc:creator />
      <dc:date>2014-07-10T20:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655792#M239442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but I need to combine several logical conditions and create a single resultant field based on them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655792#M239442</guid>
      <dc:creator />
      <dc:date>2014-07-10T20:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655793#M239443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;In first expression put your logical expression returning 0 or 1.&lt;/P&gt;&lt;P&gt;At diimension limits tab, configure to show olnly records that first expression &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655793#M239443</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-07-10T20:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655794#M239444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I try and tell them. &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 20:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655794#M239444</guid>
      <dc:creator />
      <dc:date>2014-07-10T20:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655795#M239445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Create script,&amp;nbsp; something like that:&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF (&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Amount &amp;gt;&lt;/STRONG&gt; 0 , 0, IF(Amount &amp;gt; 1000, 1, IF(Amount &amp;gt; 4000, 2, IF( ........)))) as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;........&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&amp;nbsp; ABC.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;This solution has an advantage in case if you need for all application from this field.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If use this new field in only one sheet object,&amp;nbsp; you can use other options from the discusion. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If you have certain periods of Amounts in all application, you can see, also Inverval Match Function. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards, &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Venelin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 21:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655795#M239445</guid>
      <dc:creator />
      <dc:date>2014-07-10T21:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655796#M239446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, my expression would look like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ( Crédito &amp;gt; 0 , If ( IsNull(Concepto), 'Ing. pdte. reg. banco', 'Conciliado' ), If ( IsNull(Concepto), 'Egr. pdte. reg. banco', 'Conciliado' ) ) as Estado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not working the evaluation of zero field, and can not find a function to evaluate if it is empty, as would be a IsEmpty () in other languages ​​for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 12:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655796#M239446</guid>
      <dc:creator />
      <dc:date>2014-07-11T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655797#M239447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto, &lt;/P&gt;&lt;P&gt;You can try with separate IF statement before this IF. &lt;/P&gt;&lt;P&gt;I mean something like that:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Crédito&lt;/SPAN&gt; = 'Null' then &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Crédito&lt;/SPAN&gt; &lt;/STRONG&gt;= 0 ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Else &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous IF statement;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or if you have access to database you can update in the database. &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I think that's not change the values, just the information will be update.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Venelin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 18:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655797#M239447</guid>
      <dc:creator />
      <dc:date>2014-07-11T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655798#M239448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, basically I needed was displayed on a table only records that meet a certain condition, and what finally worked was to use a calculated dimension, as shown in the attached image. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="DimensionCalculada.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64184_DimensionCalculada.png" style="width: 620px; height: 327px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your contributions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 20:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655798#M239448</guid>
      <dc:creator />
      <dc:date>2014-08-11T20:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655799#M239449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Congratulate you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 06:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655799#M239449</guid>
      <dc:creator />
      <dc:date>2014-08-12T06:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a sheet object display only records that meet certain logical condition?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655800#M239450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 12:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-sheet-object-display-only-records-that-meet/m-p/655800#M239450</guid>
      <dc:creator />
      <dc:date>2014-08-12T12:21:05Z</dc:date>
    </item>
  </channel>
</rss>

