<?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: Any tutorials on creating custom filters? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139738#M5405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly a tutorial, but a useful resource would be other similar projects, which you could find at &lt;A href="http://branch.qlik.com/" title="http://branch.qlik.com/"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 17:20:25 GMT</pubDate>
    <dc:creator>Francis_Kabinoff</dc:creator>
    <dc:date>2016-09-02T17:20:25Z</dc:date>
    <item>
      <title>Any tutorials on creating custom filters?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139737#M5404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to build my own extension that filters data. I.e. it has a date input of some kind the user sets, and then in turn tells the data give me stuff where col_date = myDateVar. Are there any tutorials on something similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139737#M5404</guid>
      <dc:creator>michael_andrews</dc:creator>
      <dc:date>2016-09-02T17:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Any tutorials on creating custom filters?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139738#M5405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly a tutorial, but a useful resource would be other similar projects, which you could find at &lt;A href="http://branch.qlik.com/" title="http://branch.qlik.com/"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139738#M5405</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2016-09-02T17:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Any tutorials on creating custom filters?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139739#M5406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I was looking at one, a date picker specifically. But I'm not really unclear on how I tell qlick, here is the date, filter the data for me. Is there any way you could point me in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139739#M5406</guid>
      <dc:creator>michael_andrews</dc:creator>
      <dc:date>2016-09-02T17:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any tutorials on creating custom filters?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139740#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, there's quite a few ways, actually. I can give you some quick resources on 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 1&lt;/P&gt;&lt;P&gt;If you're making selections from your custom object, this one may be appropriate&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm"&gt;selectValues method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one enables the selection preview, just like a standard qlik object. There's an example in the doc link above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2&lt;/P&gt;&lt;P&gt;This is just like method 1, but bypasses the selection preview, and sends the selection straight to the engine&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/BackendAPI/selectvalues-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/BackendAPI/selectvalues-method.htm"&gt;selectValues method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 3&lt;/P&gt;&lt;P&gt;You can also grab a reference to the current app and use the field API. 2 links below, 1 for grabbing the reference to the current app, and one to the Field API.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/currApp-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/currApp-method.htm"&gt;currApp method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/FieldAPI/QField.htm" title="http://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/FieldAPI/QField.htm"&gt;QField ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 18:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-tutorials-on-creating-custom-filters/m-p/1139740#M5407</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2016-09-02T18:38:20Z</dc:date>
    </item>
  </channel>
</rss>

