<?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: Qlik sense api search in a field's values with wildcards like '*' or '?' ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433486#M8997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could use this call &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SearchListObjectFor-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SearchListObjectFor-method.htm"&gt;SearchListObjectFor method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another option would be to use the visualization API and dynamically create a listbox &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/VisualizationAPI/VisualizationAPI.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/VisualizationAPI/VisualizationAPI.htm"&gt;Visualization API ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 12:11:14 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2017-09-06T12:11:14Z</dc:date>
    <item>
      <title>Qlik sense api search in a field's values with wildcards like '*' or '?' ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433483#M8994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way with the api to do a search with wildcards like '*' or '?' in a field's values with Qlik Sense version June 2017?&lt;/P&gt;&lt;P&gt;Because i'm using searchResults method and it works but only for specific values. for example for a field city that has values :&lt;/P&gt;&lt;P&gt;- London&lt;/P&gt;&lt;P&gt;- Bruxelles&lt;/P&gt;&lt;P&gt;- Berlin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i search the string 'b' the result give me ["Bruxelles","Berlin"] but if i want to search *erlin it doesn't return [Berlin], the same for the character '?'. What am i missing? is there another method that i have to use in the API's?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 15:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433483#M8994</guid>
      <dc:creator>pablinho</dc:creator>
      <dc:date>2017-09-04T15:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense api search in a field's values with wildcards like '*' or '?' ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433484#M8995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/FieldAPI/selectMatch-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/FieldAPI/selectMatch-method.htm"&gt;selectMatch method ‒ Qlik Sense&lt;/A&gt; ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433484#M8995</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-09-05T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense api search in a field's values with wildcards like '*' or '?' ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433485#M8996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but i want only to retrieve the values and not to select them. My goal is to create a listbox with search for my mashup that show only the values that respects the string written in the search but with the wildcards '*' and '?'&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 14:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433485#M8996</guid>
      <dc:creator>pablinho</dc:creator>
      <dc:date>2017-09-05T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense api search in a field's values with wildcards like '*' or '?' ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433486#M8997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could use this call &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SearchListObjectFor-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SearchListObjectFor-method.htm"&gt;SearchListObjectFor method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another option would be to use the visualization API and dynamically create a listbox &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/VisualizationAPI/VisualizationAPI.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/VisualizationAPI/VisualizationAPI.htm"&gt;Visualization API ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433486#M8997</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-09-06T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik sense api search in a field's values with wildcards like '*' or '?' ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433487#M8998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-sense-api-search-in-a-field-s-values-with-wildcards-like-or/m-p/1433487#M8998</guid>
      <dc:creator>pablinho</dc:creator>
      <dc:date>2017-09-06T12:21:34Z</dc:date>
    </item>
  </channel>
</rss>

