<?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: Qlik Sense trellis chart doesn't work Rangesum() in expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1648454#M48331</link>
    <description>&lt;P&gt;&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;have you had a chance to try the workaround that I suggested?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 11:43:11 GMT</pubDate>
    <dc:creator>alextimofeyev</dc:creator>
    <dc:date>2019-11-19T11:43:11Z</dc:date>
    <item>
      <title>Qlik Sense trellis chart doesn't work Rangesum() in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646684#M48221</link>
      <description>&lt;P&gt;Has anyone been able to make a trellis chart with RANGESUM() in the expression?&amp;nbsp;&lt;/P&gt;&lt;P&gt;My line chart master viz works fine normally but breaks when put into a trellis chart.&amp;nbsp; The trellis chart starts showing data when RANGESUM() is removed from the master viz's expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a bug or is there a trick to make this work?&amp;nbsp;&amp;nbsp;I'm on Qlik Sense September 2019 13.42.1.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646684#M48221</guid>
      <dc:creator>rkitamura</dc:creator>
      <dc:date>2024-11-16T19:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense trellis chart with Rangesum()</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646692#M48222</link>
      <description>&lt;P&gt;We've found a number of issues with the trellis chart (&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Integration/Problems-with-Trellis-extension/m-p/1646333" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Integration/Problems-with-Trellis-extension/m-p/1646333&lt;/A&gt;), I'll check tomorrow if I can replicate your issue as well.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 21:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646692#M48222</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2019-11-13T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense trellis chart doesn't work Rangesum() in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646786#M48231</link>
      <description>&lt;P&gt;I found a way to make rangesum work, you have to apply a simple hack:&amp;nbsp;put a space between Rangesum and opening bracket, e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Rangesum (Above(Sum(Amount),0,Count(TOTAL distinct Product))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 08:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1646786#M48231</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2019-11-14T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense trellis chart doesn't work Rangesum() in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1648454#M48331</link>
      <description>&lt;P&gt;&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;have you had a chance to try the workaround that I suggested?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 11:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1648454#M48331</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2019-11-19T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense trellis chart doesn't work Rangesum() in expression</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1651643#M48596</link>
      <description>&lt;P&gt;Yes, just returned to the office.&amp;nbsp; I did try that and it worked!&amp;nbsp; I don't want to even ask how you knew to try that.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 01:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-trellis-chart-doesn-t-work-Rangesum-in-expression/m-p/1651643#M48596</guid>
      <dc:creator>rkitamura</dc:creator>
      <dc:date>2019-11-27T01:22:25Z</dc:date>
    </item>
  </channel>
</rss>

