<?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 use Qlik's native search feature in my extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1626715#M11368</link>
    <description>&lt;P&gt;A tip on how to figure out how to do things like this is to bring up the developer panel in Chrome and have a look at the websocket traffic that goes on while you are doing the operation you are interested in. I this case, when you first click the magnifier glass on a column in a table, then a session object will be created with a single list object definition. Like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
   "handle":1,
   "method":"CreateSessionObject",
   "params":[
      {
         "qListObjectDef":{
            "qDef":{
               "qFieldLabels":[ "Dim1" ],
               "qFieldDefs":[ "Dim1" ],
               ...
             }
         },
         ...
         "qInfo":{ "qType":"listbox" },
      }
   ],
   "id":47,
   "jsonrpc":"2.0"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That session object was created for a field called "Dim1" which contains the three values 'A', 'B' and 'C'. Now if I type 'A' in the input field of the search dialog that appears, then that will trigger these two calls:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{"delta":true,"handle":14,"method":"SearchListObjectFor","params":["/qListObjectDef","A"],"id":53,"jsonrpc":"2.0"}

{"delta":true,"handle":14,"method":"GetListObjectData","params":["/qListObjectDef",[{"qTop":0,"qLeft":0,"qHeight":1,"qWidth":1}]],"id":55,"jsonrpc":"2.0"}&lt;/LI-CODE&gt;
&lt;P&gt;So Qlik Sense is simply creating an on-the-fly list generic object with a list object that is used for searching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2019 05:45:40 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2019-09-23T05:45:40Z</dc:date>
    <item>
      <title>How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1603600#M10990</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to use existing search feature in my own extension.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The search window I would like to use" style="width: 314px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15625i6DD69A3092DF105F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ui_ListSearch" alt="The search window I would like to use" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The search window I would like to use&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I programmatically invoke such window when user clicks on a search icon in my extension? I can't find source code of native table so I can't check how it's done. The same search window appears when clicking on filter pane element, but again, I can't find the source code.&lt;/P&gt;&lt;P&gt;Both native table and Vizlib table use the same search feature so I believe it must be somehow accessible. This widget is very similar to the widget provided by Selection API (when you click and select) which is available for programmers, but I can't find a way to enable this standard search functionality in my extension.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1603600#M10990</guid>
      <dc:creator>Andy2</dc:creator>
      <dc:date>2024-11-16T20:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1604305#M11006</link>
      <description>&lt;P&gt;I can't believe nobody knows the answer. Vizlib uses this search window so it must be somehow available. I'm sure they didn't rewrite it from scratch, but as for now I don't see any other option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2019 14:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1604305#M11006</guid>
      <dc:creator>Andy2</dc:creator>
      <dc:date>2019-07-20T14:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1605134#M11023</link>
      <description>&lt;P&gt;I finally found a solution. Problem solved.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 12:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1605134#M11023</guid>
      <dc:creator>Andy2</dc:creator>
      <dc:date>2019-07-23T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1621923#M11259</link>
      <description>&lt;P&gt;Hello Andy.&lt;/P&gt;&lt;P&gt;I want to implement the same feature.&lt;/P&gt;&lt;P&gt;What is the solution?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 07:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1621923#M11259</guid>
      <dc:creator>Catalin1</dc:creator>
      <dc:date>2019-09-10T07:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1622067#M11263</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/79502"&gt;@Andy2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you explain the solution?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 11:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1622067#M11263</guid>
      <dc:creator>harika18</dc:creator>
      <dc:date>2019-09-10T11:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1626708#M11367</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/79502"&gt;@Andy2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you brief about solution?&lt;/P&gt;&lt;P&gt;Any steps to follow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 05:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1626708#M11367</guid>
      <dc:creator>satyaprakash</dc:creator>
      <dc:date>2019-09-23T05:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1626715#M11368</link>
      <description>&lt;P&gt;A tip on how to figure out how to do things like this is to bring up the developer panel in Chrome and have a look at the websocket traffic that goes on while you are doing the operation you are interested in. I this case, when you first click the magnifier glass on a column in a table, then a session object will be created with a single list object definition. Like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
   "handle":1,
   "method":"CreateSessionObject",
   "params":[
      {
         "qListObjectDef":{
            "qDef":{
               "qFieldLabels":[ "Dim1" ],
               "qFieldDefs":[ "Dim1" ],
               ...
             }
         },
         ...
         "qInfo":{ "qType":"listbox" },
      }
   ],
   "id":47,
   "jsonrpc":"2.0"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That session object was created for a field called "Dim1" which contains the three values 'A', 'B' and 'C'. Now if I type 'A' in the input field of the search dialog that appears, then that will trigger these two calls:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{"delta":true,"handle":14,"method":"SearchListObjectFor","params":["/qListObjectDef","A"],"id":53,"jsonrpc":"2.0"}

{"delta":true,"handle":14,"method":"GetListObjectData","params":["/qListObjectDef",[{"qTop":0,"qLeft":0,"qHeight":1,"qWidth":1}]],"id":55,"jsonrpc":"2.0"}&lt;/LI-CODE&gt;
&lt;P&gt;So Qlik Sense is simply creating an on-the-fly list generic object with a list object that is used for searching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 05:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1626715#M11368</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-09-23T05:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1627201#M11379</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp; Thanks for your input.&lt;/P&gt;&lt;P&gt;I have one more query, how to bring qlik pop over after creating a dynamic list box on each dimension column icon click.&lt;/P&gt;&lt;P&gt;Or, how to pass data to qlik popover?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 04:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1627201#M11379</guid>
      <dc:creator>satyaprakash</dc:creator>
      <dc:date>2019-09-24T04:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Qlik's native search feature in my extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1627259#M11381</link>
      <description>&lt;P&gt;Sorry, but I only know the engine API side of the problem. Others will have to chime in on the frontend part.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-use-Qlik-s-native-search-feature-in-my-extension/m-p/1627259#M11381</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2019-09-24T07:39:03Z</dc:date>
    </item>
  </channel>
</rss>

