<?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: Filter pane rendering doesn't work in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2065104#M18467</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have some javascript error in console related to resize.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="js_error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105936iFDA8A6EAA429594E/image-size/large?v=v2&amp;amp;px=999" role="button" title="js_error.png" alt="js_error.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I actually implemented a loop on each filterpane's childs element by placing them in a hidden div. After this I called the qlik.resize() method on the click event which shows my popup. This way I don't get any javascript errors and I'm able to show the clickable elements. But I still have some display problem:&lt;BR /&gt;the underlying green line in any filter is invisible (Element height is too small, if I manually increase it from 34px to 40px, everything works). In some cases (when the dimension had only one value) the filter element is expanded and not selectable.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="popup_.png" style="width: 695px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105939iE4E02AEC83051962/image-size/large?v=v2&amp;amp;px=999" role="button" title="popup_.png" alt="popup_.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manually_correction.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105942i7909CD4DA7CB2006/image-size/large?v=v2&amp;amp;px=999" role="button" title="manually_correction.png" alt="manually_correction.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now I try to give more space to the filter pane. I'll let you know the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 06:49:27 GMT</pubDate>
    <dc:creator>Uolter</dc:creator>
    <dc:date>2023-04-27T06:49:27Z</dc:date>
    <item>
      <title>Filter pane rendering doesn't work</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2064746#M18454</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;we have developed an extension to show all filters in one popup to save space on the sheet.&lt;/P&gt;
&lt;P&gt;From the last of the Saas environment update (April 19, 2023) this extension doesn't works. The filter pane show only the title but not the filters.&lt;/P&gt;
&lt;P&gt;We tried to use both show method of the visualization and getObejct method of the app, but the result is the same. In Enterprise environment the extension still works.&lt;/P&gt;
&lt;P&gt;$scope.qlikApp.getObject(filterPaneElem.attr('id'),currentMO.qInfo.qId).then(function(out){&lt;BR /&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$scope.qlikApp.visualization.get(filter.qInfo.qId).then(function(vis){&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;vis.show(filterPaneElem); &lt;BR /&gt;&amp;nbsp; &amp;nbsp; vis.rendered.promise.then(function (){ ...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The correct behavior" style="width: 496px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105868i4C3396EC3761717D/image-size/large?v=v2&amp;amp;px=999" role="button" title="right_filter_pane.png" alt="The correct behavior" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The correct behavior&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The wrong behavior" style="width: 506px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105869iE6E8FA867EE637B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="wrong_filter_pane.png" alt="The wrong behavior" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The wrong behavior&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 10:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2064746#M18454</guid>
      <dc:creator>Uolter</dc:creator>
      <dc:date>2023-04-26T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane rendering doesn't work</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2064924#M18462</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/217172"&gt;@Uolter&lt;/a&gt;&lt;/SPAN&gt; , we have made big changes on filter panes in last release. Could you please check if you have errors in browser console?&lt;BR /&gt;Can you also try to give more space to the filter pane?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2064924#M18462</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-04-26T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter pane rendering doesn't work</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2065104#M18467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have some javascript error in console related to resize.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="js_error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105936iFDA8A6EAA429594E/image-size/large?v=v2&amp;amp;px=999" role="button" title="js_error.png" alt="js_error.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I actually implemented a loop on each filterpane's childs element by placing them in a hidden div. After this I called the qlik.resize() method on the click event which shows my popup. This way I don't get any javascript errors and I'm able to show the clickable elements. But I still have some display problem:&lt;BR /&gt;the underlying green line in any filter is invisible (Element height is too small, if I manually increase it from 34px to 40px, everything works). In some cases (when the dimension had only one value) the filter element is expanded and not selectable.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="popup_.png" style="width: 695px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105939iE4E02AEC83051962/image-size/large?v=v2&amp;amp;px=999" role="button" title="popup_.png" alt="popup_.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manually_correction.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/105942i7909CD4DA7CB2006/image-size/large?v=v2&amp;amp;px=999" role="button" title="manually_correction.png" alt="manually_correction.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now I try to give more space to the filter pane. I'll let you know the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Filter-pane-rendering-doesn-t-work/m-p/2065104#M18467</guid>
      <dc:creator>Uolter</dc:creator>
      <dc:date>2023-04-27T06:49:27Z</dc:date>
    </item>
  </channel>
</rss>

