<?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 How do you search partial strings in Qlik Sense URL? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-you-search-partial-strings-in-Qlik-Sense-URL/m-p/2007006#M83323</link>
    <description>&lt;P&gt;Hi community!&lt;/P&gt;
&lt;P data-unlink="true"&gt;I want to use the URL path to do selections dynamically. This works great:&lt;BR /&gt;https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[A]&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;I need to use search by substrings as well (for example "*A*").&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;These do &lt;STRONG&gt;not&lt;/STRONG&gt; work:&amp;nbsp;&lt;BR /&gt;* Plain: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[*A*]&amp;nbsp;&lt;/STRONG&gt;&amp;gt; this throws error "Invalid parameters"&lt;BR /&gt;* URL encoded: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[%2AA%2A]&amp;nbsp;&lt;/STRONG&gt;&amp;gt; this throws error "Invalid parameters"&lt;BR /&gt;* Without brackets: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/*A*&lt;/STRONG&gt; &amp;gt; is simply ignored&lt;/P&gt;
&lt;P data-unlink="true"&gt;"Search Terms" are mentioned in the help article (&lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm&lt;/A&gt;), but sadly there is no example on the syntax for this.&lt;/P&gt;
&lt;P data-unlink="true"&gt;So my question is: How do I do this and is there any (online) documentation for all options of the select keyword in the URL?&lt;/P&gt;
&lt;P data-unlink="true"&gt;Best regards,&lt;BR /&gt;Benjamin&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2022 12:32:37 GMT</pubDate>
    <dc:creator>starke_be-terna</dc:creator>
    <dc:date>2022-11-21T12:32:37Z</dc:date>
    <item>
      <title>How do you search partial strings in Qlik Sense URL?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-you-search-partial-strings-in-Qlik-Sense-URL/m-p/2007006#M83323</link>
      <description>&lt;P&gt;Hi community!&lt;/P&gt;
&lt;P data-unlink="true"&gt;I want to use the URL path to do selections dynamically. This works great:&lt;BR /&gt;https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[A]&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;I need to use search by substrings as well (for example "*A*").&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;These do &lt;STRONG&gt;not&lt;/STRONG&gt; work:&amp;nbsp;&lt;BR /&gt;* Plain: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[*A*]&amp;nbsp;&lt;/STRONG&gt;&amp;gt; this throws error "Invalid parameters"&lt;BR /&gt;* URL encoded: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/[%2AA%2A]&amp;nbsp;&lt;/STRONG&gt;&amp;gt; this throws error "Invalid parameters"&lt;BR /&gt;* Without brackets: https://&amp;lt;MY_SERVER&amp;gt;/&amp;lt;MY_APP&amp;gt;/sheet/&amp;lt;MY_SHEET&amp;gt;/state/analysis/&lt;STRONG&gt;select/Dim1/*A*&lt;/STRONG&gt; &amp;gt; is simply ignored&lt;/P&gt;
&lt;P data-unlink="true"&gt;"Search Terms" are mentioned in the help article (&lt;A href="https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm&lt;/A&gt;), but sadly there is no example on the syntax for this.&lt;/P&gt;
&lt;P data-unlink="true"&gt;So my question is: How do I do this and is there any (online) documentation for all options of the select keyword in the URL?&lt;/P&gt;
&lt;P data-unlink="true"&gt;Best regards,&lt;BR /&gt;Benjamin&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 12:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-you-search-partial-strings-in-Qlik-Sense-URL/m-p/2007006#M83323</guid>
      <dc:creator>starke_be-terna</dc:creator>
      <dc:date>2022-11-21T12:32:37Z</dc:date>
    </item>
  </channel>
</rss>

