<?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: Filters on objects using Qlik Engine APIs in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8815#M151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The most common way to do this is with SelectHyperCubeValues &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SelectHyperCubeValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SelectHyperCubeValues-method.htm"&gt;SelectHyperCubeValues method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you would use the index of the L3 field and the qElemNumber of the value you want to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use field methods:&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-LowLevelSelect-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-LowLevelSelect-method.htm"&gt;LowLevelSelect method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-SelectValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-SelectValues-method.htm"&gt;SelectValues method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they would only work if the dimension is a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 18:22:43 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2018-02-12T18:22:43Z</dc:date>
    <item>
      <title>Filters on objects using Qlik Engine APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8814#M150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to apply filters on Qlik object to get Hypercube Data of a selected rows and columns by values, not by Rows and Column Index numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;e.g.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to get a filtered object by Column name "L3" for value "ERS-SDES-IOT" and rows and column indexes are variable.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1433790-193116/screenshot.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="screenshot.png" class="jive-image image-1" height="498" src="https://community.qlik.com/legacyfs/online/193118_screenshot.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="986" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What i tried so far is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"method": "SelectHyperCubeCells",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"handle": 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"params": [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"/qHyperCubeDef",&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [ &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;1 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [ &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;1 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"id": 4,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"jsonrpc": "2.0"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But it allows me filter Objects only by row and column index numbers. My question is how to get filtered table using values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8814#M150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T12:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filters on objects using Qlik Engine APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8815#M151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The most common way to do this is with SelectHyperCubeValues &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SelectHyperCubeValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/GenericObjectClass/GenericObject-class-SelectHyperCubeValues-method.htm"&gt;SelectHyperCubeValues method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you would use the index of the L3 field and the qElemNumber of the value you want to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use field methods:&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-LowLevelSelect-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-LowLevelSelect-method.htm"&gt;LowLevelSelect method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-SelectValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/November2017/Subsystems/EngineAPI/Content/Classes/FieldClass/Field-class-SelectValues-method.htm"&gt;SelectValues method ‒ Qlik Sense Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they would only work if the dimension is a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 18:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8815#M151</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-02-12T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filters on objects using Qlik Engine APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8816#M152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Would you please help me on how to get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;qElemNumber of a value&amp;nbsp; before fetching the data because i wil only fetch hypercube data after applying fllters.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 06:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8816#M152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filters on objects using Qlik Engine APIs</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8817#M153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As far as I know that's not possible, but you could use field.selectValues. How do you know that there is such a thing as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"ERS-SDES-IOT" without actually fetching the values for L3?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Erik Wetterberg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please mark as correct and/or helpful if this is any help for you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 07:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filters-on-objects-using-Qlik-Engine-APIs/m-p/8817#M153</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-02-13T07:02:33Z</dc:date>
    </item>
  </channel>
</rss>

