<?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: Waterfall Chart in QlikView working slow in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522878#M749029</link>
    <description>&lt;P&gt;there is one more expression i have used 'Text on Axis' just to highlight if possible selection has and open parts.&lt;/P&gt;&lt;P&gt;if(substringcount(GetFieldSelections([Part Number]),[Open Part Number])=1,'←',' ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the chart is performing ok on filtered entry. but when 'clear' is pressed its very slow.&lt;/P&gt;&lt;P&gt;~40000ms &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2018 09:07:55 GMT</pubDate>
    <dc:creator>supriyabiware</dc:creator>
    <dc:date>2018-12-20T09:07:55Z</dc:date>
    <item>
      <title>Waterfall Chart in QlikView working slow</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522201#M749026</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I have created a waterfall chart which somewhat looks like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 235px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2356iCFA3D28012EC6949/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.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="Capture.PNG" style="width: 262px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2358i305EEDCD056D4771/image-dimensions/262x156?v=v2" width="262" height="156" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Dimension - Part number&lt;/P&gt;&lt;P&gt;Expression 1 - sum({$ &amp;lt;MonthYear={'$(=vUpdatedNextMonth_Calc)'}&amp;gt;}&amp;nbsp; SOURCING)- Display option - 'Bar'&lt;/P&gt;&lt;P&gt;Baroffset 1 - rangesum(above($(Expression 1),1,Rowno()))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expression 2 - if(NOT isEntschieden, '+') &amp;amp; $(Expression 1)/MAX_SOURCINGNR &amp;amp; '%' - Display Option - 'nothing' , text only&lt;/P&gt;&lt;P&gt;Expression 3 -&amp;nbsp; $(Expression 1) - Display Option - 'nothing' , text only&lt;/P&gt;&lt;P&gt;#Expression 2 and 3 would be displayed conditionally one at a time .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could possibly be slow here. only this chart is giving problem on tab enter and clear options &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Supriya.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522201#M749026</guid>
      <dc:creator>supriyabiware</dc:creator>
      <dc:date>2024-11-16T21:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart in QlikView working slow</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522750#M749027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There can be a lot of reasons why this is slow and it may not be the Waterfall chart but could be other expressions or objects in your model. &amp;nbsp;Also, it looks like you are referring to a variable so it would be helpful to see the variable definition too.&lt;/P&gt;&lt;P&gt;If you are able to put a sample on the site I think someone could give further suggestions, alternatively, I can recommend the Document Analzyer which does an excellent job of providing information to assist with this sort of issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/QlikView-Document-Analyzer-update-3-9/m-p/1519546#M437383" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/QlikView-Document-Analyzer-update-3-9/m-p/1519546#M437383&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522750#M749027</guid>
      <dc:creator>rodjager</dc:creator>
      <dc:date>2018-12-19T20:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart in QlikView working slow</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522877#M749028</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;variable i have used is nothing but an user entered month for seeing the chart.&lt;/P&gt;&lt;P&gt;vUpdatedMonth_Calc= Date(addmonths(Date(ReloadDate,'MM/YY'),vCounter_Month),'MM/YY')&lt;/P&gt;&lt;P&gt;vUpdatedNextMonth_Calc=Date(addmonths(Date(ReloadDate,'MM/YY'),vCounter_Month+1),'MM/YY')&lt;/P&gt;&lt;P&gt;vCounter_Month = is user clicked button variable which sets this variable as +1 or -1 or today , buttons are as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2452i9291F5363B52D40D/image-dimensions/368x99?v=v2" width="368" height="99" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also i have used Document analyser to identify that this chart gives me problem, but what would be solution for that would be the question.&lt;/P&gt;&lt;P&gt;Unfortunately i cannot add a sample qvw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Supriya.&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, 20 Dec 2018 09:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522877#M749028</guid>
      <dc:creator>supriyabiware</dc:creator>
      <dc:date>2018-12-20T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart in QlikView working slow</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522878#M749029</link>
      <description>&lt;P&gt;there is one more expression i have used 'Text on Axis' just to highlight if possible selection has and open parts.&lt;/P&gt;&lt;P&gt;if(substringcount(GetFieldSelections([Part Number]),[Open Part Number])=1,'←',' ')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the chart is performing ok on filtered entry. but when 'clear' is pressed its very slow.&lt;/P&gt;&lt;P&gt;~40000ms &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 09:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-in-QlikView-working-slow/m-p/1522878#M749029</guid>
      <dc:creator>supriyabiware</dc:creator>
      <dc:date>2018-12-20T09:07:55Z</dc:date>
    </item>
  </channel>
</rss>

