<?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: Start chart at first non-zero value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137170#M20472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try some thing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max({&amp;lt; DTE={"&amp;lt;=$(=vEndDate)"}&amp;gt;} aggr(firstsortedvalue (Orders, -DTE), Orders))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add some fields in this expression... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2018 09:02:33 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-09-01T09:02:33Z</dc:date>
    <item>
      <title>Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137166#M20468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart that has a dimension of date and an expression of orders. There are many dates that have a zero value for orders. The application is also built to make a selection first before viewing the chart. (The user makes a selection from a drop-down) After the user makes the selection, I want the chart to start at the first non-zero value as opposed to just the first date in the data set. Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 18:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137166#M20468</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-08-30T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137167#M20469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change your dimension as :&lt;/P&gt;&lt;P&gt;something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(DateOrder &amp;gt;= FirstSortedValue(total DateOrder,if( aggr(sum(expression order),Order&amp;gt;0,DateOrder)), DateOrder)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137167#M20469</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-08-31T10:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137168#M20470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain with sample data? or screen shot of current output and required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 10:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137168#M20470</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-08-31T10:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137169#M20471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my fields are:&lt;/P&gt;&lt;P&gt;Dimension: DTE&lt;/P&gt;&lt;P&gt;Metric: TotalOrderValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example, DateOrder would be the dimension? Expression order would be TotalOrderValue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137169#M20471</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-08-31T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137170#M20472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try some thing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max({&amp;lt; DTE={"&amp;lt;=$(=vEndDate)"}&amp;gt;} aggr(firstsortedvalue (Orders, -DTE), Orders))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add some fields in this expression... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 09:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137170#M20472</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-01T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Start chart at first non-zero value</title>
      <link>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137171#M20473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Dateorder would be DTE,&lt;/P&gt;&lt;P&gt;and expression order : TotalOrderValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Start-chart-at-first-non-zero-value/m-p/137171#M20473</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-09-03T10:03:46Z</dc:date>
    </item>
  </channel>
</rss>

