<?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: Problems with Trellis extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1767193#M13633</link>
    <description>&lt;P&gt;You can use my Chrome extension:&lt;/P&gt;&lt;P&gt;&lt;A href="https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj" target="_blank"&gt;https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It allows you to inspect properties for all charts on the page, including in a trellis.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 06:43:35 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2020-12-09T06:43:35Z</dc:date>
    <item>
      <title>Problems with Trellis extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1646333#M11767</link>
      <description>&lt;P&gt;- Advanced mode doesn't work if the measure in the master visualization is a master measure.&lt;/P&gt;&lt;P&gt;- vDimSet inserts a comma before the dimension name, i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;, dimensionName={'dimensionValue'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;whereas the documentation states&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 235px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23550i6DCEEE5F0C426B0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would be better not to add the comma at all.&lt;/P&gt;&lt;P&gt;- vDim wraps the dimensionName in apostrophes instead of more conventional square brackets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Set expression is being injected into Rangesum(), which is not an aggregation function, thus breaking the whole expression (discovered by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10043"&gt;@rkitamura&lt;/a&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, it seems that there are important changes that didn't make into the release, as there is an open pull request since September 27, 2019:&amp;nbsp;&lt;A href="https://github.com/qlik-oss/qwik-trellis/pull/41/commits" target="_blank" rel="noopener"&gt;https://github.com/qlik-oss/qwik-trellis/pull/41/commits&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49374"&gt;@rileymd88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 08:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1646333#M11767</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2019-11-14T08:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Trellis extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1657203#M11988</link>
      <description>&lt;P&gt;Several updates have been made to the Trellis container.&lt;/P&gt;
&lt;P&gt;Please see the latest release here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/qlik-oss/qwik-trellis/releases" target="_blank"&gt;https://github.com/qlik-oss/qwik-trellis/releases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I recommend using the advanced mode to make any complex expression since the Trellis container is based on set expressions for the trellis dimension.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 15:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1657203#M11988</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2019-12-12T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Trellis extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1766427#M13625</link>
      <description>&lt;P&gt;Thanks Alex for documenting this in a place where I could (finally) find it!&lt;/P&gt;&lt;P&gt;It seems to me that Trellis diagram STILL does not work correctly with Master Dimensions as of June2020 version (that's the one my current customer has, haven't been able to check other versions, plus don't have control over the server in order to check with the github versions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My only question here would be, which method did you use to check on the real expression that is being used to calculate each of the graphs, or how did you end up realizing that the real insertion of&amp;nbsp;&lt;SPAN&gt;vDimSet&amp;nbsp;was wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot, have a good one!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 21:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1766427#M13625</guid>
      <dc:creator>JuanManuelLopezFelizzola</dc:creator>
      <dc:date>2020-12-04T21:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Trellis extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1767063#M13632</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;If I remember correctly, I've used Chrome's developer tools to see what messages were being sent through websockets.&lt;/P&gt;&lt;P&gt;If you still need it, I may have a corrected build of the extension somewhere.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 16:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1767063#M13632</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2020-12-08T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Trellis extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1767193#M13633</link>
      <description>&lt;P&gt;You can use my Chrome extension:&lt;/P&gt;&lt;P&gt;&lt;A href="https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj" target="_blank"&gt;https://chrome.google.com/webstore/detail/add-sense/bbiljflfafkaejgdebbnmcohpidgkejj&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It allows you to inspect properties for all charts on the page, including in a trellis.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 06:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Problems-with-Trellis-extension/m-p/1767193#M13633</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-12-09T06:43:35Z</dc:date>
    </item>
  </channel>
</rss>

