<?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 (Advanced) search expression with App Integration API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advanced-search-expression-with-App-Integration-API/m-p/1909826#M16504</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'd like to apply some advanced search expression in App Integration API hyperlink. According to &lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_self"&gt;documentation &lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;EM&gt;For selections containing numeric values and &lt;STRONG&gt;&lt;U&gt;search terms&lt;/U&gt;&lt;/STRONG&gt;, the text representation should be added within square brackets, as in &lt;FONT face="courier new,courier"&gt;[value1]&lt;/FONT&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;this shall be possible, but couldn't make it work even for simple search expression, such as "&amp;lt;10". I tried all variants I could think of (but I admit that there are options that I didn't think of &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ), such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/select/FieldName/[&amp;lt;10]&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/["&amp;lt;10"]&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/&amp;lt;10&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/"&amp;lt;10"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;but with no success. When I leave out the square brackets, nothing happens. And when I include them (as documentation hints), I get&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mk_kmx_0-1648208741554.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75336i479EB76C999D76D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mk_kmx_0-1648208741554.png" alt="mk_kmx_0-1648208741554.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I got the same result for all attempts to write advanced search expressions (e.g. "=True()"). On the other hand, when I leave out the "&amp;lt;" sign in the same hyperlink, a single value selection is applied, so I'm pretty sure, that the rest of hyperlink is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas how to make this work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2022 11:54:29 GMT</pubDate>
    <dc:creator>mk_kmx</dc:creator>
    <dc:date>2022-03-25T11:54:29Z</dc:date>
    <item>
      <title>(Advanced) search expression with App Integration API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Advanced-search-expression-with-App-Integration-API/m-p/1909826#M16504</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'd like to apply some advanced search expression in App Integration API hyperlink. According to &lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_self"&gt;documentation &lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;EM&gt;For selections containing numeric values and &lt;STRONG&gt;&lt;U&gt;search terms&lt;/U&gt;&lt;/STRONG&gt;, the text representation should be added within square brackets, as in &lt;FONT face="courier new,courier"&gt;[value1]&lt;/FONT&gt;.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;this shall be possible, but couldn't make it work even for simple search expression, such as "&amp;lt;10". I tried all variants I could think of (but I admit that there are options that I didn't think of &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ), such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/select/FieldName/[&amp;lt;10]&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/["&amp;lt;10"]&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/&amp;lt;10&lt;/LI&gt;
&lt;LI&gt;/select/FieldName/"&amp;lt;10"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;but with no success. When I leave out the square brackets, nothing happens. And when I include them (as documentation hints), I get&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mk_kmx_0-1648208741554.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75336i479EB76C999D76D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mk_kmx_0-1648208741554.png" alt="mk_kmx_0-1648208741554.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I got the same result for all attempts to write advanced search expressions (e.g. "=True()"). On the other hand, when I leave out the "&amp;lt;" sign in the same hyperlink, a single value selection is applied, so I'm pretty sure, that the rest of hyperlink is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas how to make this work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 11:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Advanced-search-expression-with-App-Integration-API/m-p/1909826#M16504</guid>
      <dc:creator>mk_kmx</dc:creator>
      <dc:date>2022-03-25T11:54:29Z</dc:date>
    </item>
  </channel>
</rss>

