<?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: Hidden Row (Hidden record) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445529#M166207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you're creating a list box you can select "&amp;lt;Expression&amp;gt;" in the filed dropdown which will let you enter something like the following: If(Match(Field1,'Value1','Value2'),Field1).&amp;nbsp; But performance wise it may make more sense to create another field in the table for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 20:42:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-22T20:42:14Z</dc:date>
    <item>
      <title>Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445525#M166203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt;&lt;SPAN&gt;, I'm&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;noob&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Qlikview&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;two lists&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and only one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with 3&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;records&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;one of the lists&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;must have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;records&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and the other&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;3,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how do I do&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445525#M166203</guid>
      <dc:creator />
      <dc:date>2013-01-22T19:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445526#M166204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure what the context is of what you're trying to do but I think what you're looking for is a resident load.&amp;nbsp; You can load the full table then use a resident load for the second table to filter the criteria down to two records.&amp;nbsp; See example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13588831226726062" jivemacro_uid="_13588831226726062"&gt;&lt;P&gt;Load Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2;&lt;/P&gt;&lt;P&gt;SQL Select Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;From SQLTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;Resident Where Field1 = 'Criterion';&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445526#M166204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T19:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445527#M166205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Ok&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I can not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;change my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;it should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be the same&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;just&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;need to do&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the filter&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the list box&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445527#M166205</guid>
      <dc:creator />
      <dc:date>2013-01-22T19:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445528#M166206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Both&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;lists&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;used the same&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;loaded&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(3&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;records&lt;/SPAN&gt;), &lt;SPAN class="hps"&gt;only&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;will have&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;2 records&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all 3&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;records&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 19:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445528#M166206</guid>
      <dc:creator />
      <dc:date>2013-01-22T19:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445529#M166207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you're creating a list box you can select "&amp;lt;Expression&amp;gt;" in the filed dropdown which will let you enter something like the following: If(Match(Field1,'Value1','Value2'),Field1).&amp;nbsp; But performance wise it may make more sense to create another field in the table for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 20:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445529#M166207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T20:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445530#M166208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I appreciate your help&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;but actually&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;what I need,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I'll try to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;explain better&lt;/SPAN&gt;:&lt;BR /&gt;&lt;SPAN class="hps"&gt;First, forget&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;lists&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;before&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;we will work with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only one&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="hps"&gt;I have a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL query that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;returns me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;3 records&lt;/SPAN&gt;, I can not &lt;SPAN class="hps"&gt;filter this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;when I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;load these&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;3 records&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the list box&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;needs to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;show&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only two&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;need to hide&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one of the records&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;list box&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;making&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;return&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;just 2&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;records&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="hps"&gt;IMPORTANT&lt;/SPAN&gt;: &lt;SPAN class="hps"&gt;This list&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should come&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;already&lt;/SPAN&gt; loaded &lt;SPAN class="hps"&gt;in the opening&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the project&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and selected values&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;​​will impact&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the rest of the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;same project.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 11:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445530#M166208</guid>
      <dc:creator />
      <dc:date>2013-01-23T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445531#M166209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if I'm missing something here but using an expression as the field for a list box seems to meet the requirement you just outlined.&amp;nbsp; It would be easier if you provided a sample of the document so I could see what you're working with/the progress you've made so far.&amp;nbsp; Maybe we're just misunderstanding each other so I've provided an example of a list box that contains 3 records and only displays 2 of them using the method I outlined above.&amp;nbsp; You don't have to filter the SQL in order to create the attached document and it will give you one fewer than the number of records that you have in the listbox (based on what you set it to in the expression).&amp;nbsp; Additionally, as you can see, when you load the attached document the list box is already filtered and will affect other selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445531#M166209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445532#M166210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;It worked&lt;/SPAN&gt;&lt;SPAN&gt;, sorry,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I did not understand&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the above explanation&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;it was simpler&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;than I thought.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Thanks man! &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445532#M166210</guid>
      <dc:creator />
      <dc:date>2013-01-23T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden Row (Hidden record)</title>
      <link>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445533#M166211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, sorry for the misunderstanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 16:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hidden-Row-Hidden-record/m-p/445533#M166211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T16:26:20Z</dc:date>
    </item>
  </channel>
</rss>

