<?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: Search by Id in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676002#M455882</link>
    <description>&lt;P&gt;This is very very easy in QlikView (and Qlik Sense).&lt;/P&gt;&lt;P&gt;After loading the table into QlikView you can create a &lt;STRONG&gt;List Box&lt;/STRONG&gt; an selecting a single value like the ID in the List Box it will filter all the associated values. In your case it will only let the single row with the associated row/record values be selected.&lt;/P&gt;&lt;P&gt;Any visualization or UI objects will only find the selected and associated values and not the entire dataset - unless you deselect the ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2020 21:12:32 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2020-02-15T21:12:32Z</dc:date>
    <item>
      <title>Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676000#M455881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please any one give me solution.&lt;/P&gt;&lt;P&gt;I want to search record from my excel file. For example in my excel file I have columns : &lt;STRONG&gt;Id, Name, Country&lt;/STRONG&gt;. I want to use text box and entered Id in it then my search button find the specific record from my excel file and populate all data in my charts and tables etc on base of id value.&lt;/P&gt;&lt;P&gt;Excel file data look like this one.&lt;/P&gt;&lt;P&gt;Id , Name, Country&lt;/P&gt;&lt;P&gt;1&amp;nbsp; ,&amp;nbsp; Aon,&amp;nbsp;&amp;nbsp;&amp;nbsp; USA&lt;/P&gt;&lt;P&gt;2,&amp;nbsp;&amp;nbsp;&amp;nbsp; Aina,&amp;nbsp;&amp;nbsp; AUS&lt;/P&gt;&lt;P&gt;3,&amp;nbsp;&amp;nbsp;&amp;nbsp; Ryan&amp;nbsp;&amp;nbsp; Canda&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676000#M455881</guid>
      <dc:creator>syedzee</dc:creator>
      <dc:date>2024-11-16T19:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676002#M455882</link>
      <description>&lt;P&gt;This is very very easy in QlikView (and Qlik Sense).&lt;/P&gt;&lt;P&gt;After loading the table into QlikView you can create a &lt;STRONG&gt;List Box&lt;/STRONG&gt; an selecting a single value like the ID in the List Box it will filter all the associated values. In your case it will only let the single row with the associated row/record values be selected.&lt;/P&gt;&lt;P&gt;Any visualization or UI objects will only find the selected and associated values and not the entire dataset - unless you deselect the ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 21:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676002#M455882</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-15T21:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676051#M455883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your solution but my requirement is with textbox search not Listbox. I have done with listbox but criteria is with Text box search. Kindly give me solution with textbox search option. I want search with by Id and by Name. When i entered the value in text box specific value search the record from excel file and load it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 13:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676051#M455883</guid>
      <dc:creator>syedzee</dc:creator>
      <dc:date>2020-02-16T13:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676062#M455884</link>
      <description>&lt;P&gt;1. Use an InputBox that maps to a variable, for example "vId".&lt;/P&gt;&lt;P&gt;2. Create a Button with Action "select in field" where the field will be&amp;nbsp; "Id" and the value is "vId"&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 17:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676062#M455884</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-02-16T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676119#M455885</link>
      <description>&lt;P&gt;Thanks for your reply and solution, I have created as you mentioned. it works fine only on sort criteria, for example&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp; expression in Textbox sort&lt;/P&gt;&lt;P&gt;=Customer_ID=$(vld)&lt;/P&gt;&lt;P&gt;but when I'm loading data in table box on base of search value specific records goes on first row when I'm clicking button and rest of the records showing after this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;But when I' m using in general tab calaculation conditon to filter the data on specific variable values&lt;/P&gt;&lt;P&gt;=Customer_ID=$(vld)&lt;/P&gt;&lt;P&gt;it doesn't show me any record base of filter search value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly guide.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 09:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676119#M455885</guid>
      <dc:creator>syedzee</dc:creator>
      <dc:date>2020-02-17T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676358#M455886</link>
      <description>&lt;P&gt;I'm not following. Could you please post screenshots of the properties dialogs?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 17:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676358#M455886</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-02-17T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search by Id</title>
      <link>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676465#M455887</link>
      <description>&lt;P&gt;Actually I have applied solution on Straight table it works fine it filter the record on base of variable value, But when i ' m using Table box its not filtering data on base of search criteria/ variable value.&amp;nbsp; Please guide me how can i use table box with search variable values.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 06:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-by-Id/m-p/1676465#M455887</guid>
      <dc:creator>syedzee</dc:creator>
      <dc:date>2020-02-18T06:45:02Z</dc:date>
    </item>
  </channel>
</rss>

