<?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 Is it possible to use regex on qrs api filtering? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2456865#M20680</link>
    <description>&lt;LI-CODE lang="javascript"&gt;$.ajax({
  method: "GET",
  url: `/qrs/app/full?xrfKey=${xrfKey}&amp;amp;filter=tags.name eq ${regex}`,
  headers: {
    "X-Qlik-Xrfkey": xrfKey,
  },
})&lt;/LI-CODE&gt;
&lt;P&gt;Similar to this where I only get the apps with matching regex tag.&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 09:07:02 GMT</pubDate>
    <dc:creator>AKN</dc:creator>
    <dc:date>2024-05-28T09:07:02Z</dc:date>
    <item>
      <title>Is it possible to use regex on qrs api filtering?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2456865#M20680</link>
      <description>&lt;LI-CODE lang="javascript"&gt;$.ajax({
  method: "GET",
  url: `/qrs/app/full?xrfKey=${xrfKey}&amp;amp;filter=tags.name eq ${regex}`,
  headers: {
    "X-Qlik-Xrfkey": xrfKey,
  },
})&lt;/LI-CODE&gt;
&lt;P&gt;Similar to this where I only get the apps with matching regex tag.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 09:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2456865#M20680</guid>
      <dc:creator>AKN</dc:creator>
      <dc:date>2024-05-28T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use regex on qrs api filtering?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458000#M20711</link>
      <description>&lt;P&gt;The available filtering options can be found here, it does not include regex string, but you can generally get similar with a mix of sw, ew &amp;amp; so&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2024/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Filtering.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2024/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Filtering.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 01:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458000#M20711</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2024-05-31T01:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use regex on qrs api filtering?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458027#M20715</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/260821"&gt;@AKN&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You cannot do it but, what about getting the list of all app names with Ids, store it somewhere - to not have to list it every single time (if this is a problem), and later apply the RegEx filter?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 04:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458027#M20715</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-05-31T04:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use regex on qrs api filtering?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458189#M20718</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'd rather not get all of the apps and then filter. I think it's better for me to filter directly using qrs api.&lt;/P&gt;
&lt;P&gt;So what I did now is tags.name ew " Report", it works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 09:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-it-possible-to-use-regex-on-qrs-api-filtering/m-p/2458189#M20718</guid>
      <dc:creator>AKN</dc:creator>
      <dc:date>2024-05-31T09:59:43Z</dc:date>
    </item>
  </channel>
</rss>

