<?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 to pass dynamic values to selectmatch api in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-pass-dynamic-values-to-selectmatch-api/m-p/1938900#M16890</link>
    <description>&lt;P&gt;Below script not working when passing dynamic year in mashup (JavaScript section).&lt;/P&gt;
&lt;P&gt;app.field('reporting_year').selectMatch('year(today())', true);&lt;/P&gt;
&lt;P&gt;Please help on this.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 12:50:33 GMT</pubDate>
    <dc:creator>Qlik1_User1</dc:creator>
    <dc:date>2022-06-02T12:50:33Z</dc:date>
    <item>
      <title>How to pass dynamic values to selectmatch api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-pass-dynamic-values-to-selectmatch-api/m-p/1938900#M16890</link>
      <description>&lt;P&gt;Below script not working when passing dynamic year in mashup (JavaScript section).&lt;/P&gt;
&lt;P&gt;app.field('reporting_year').selectMatch('year(today())', true);&lt;/P&gt;
&lt;P&gt;Please help on this.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 12:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-pass-dynamic-values-to-selectmatch-api/m-p/1938900#M16890</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2022-06-02T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass dynamic values to selectmatch api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-pass-dynamic-values-to-selectmatch-api/m-p/1946662#M16966</link>
      <description>&lt;P&gt;Below is the solution&lt;BR /&gt;app.field('reporting_year').selectMatch(String(new Date().getFullYear()), true)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 09:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-pass-dynamic-values-to-selectmatch-api/m-p/1946662#M16966</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2022-06-22T09:02:38Z</dc:date>
    </item>
  </channel>
</rss>

