<?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: Re: Chart Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636788#M1093439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&amp;nbsp; I have attached the sample data and chart I want to create .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the formula in bar offset&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;lt;=5,RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp; 5 to be picked dynamically. I tried to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;lt;= Count(DISTINCT Country ),RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help and time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 05:39:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-20T05:39:53Z</dc:date>
    <item>
      <title>Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636786#M1093437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a bar chart and have added Total at the last(from dimension limits) and now I was trying to apply bar offset to apply waterfall effect in all bar except the "Total" bar in the end and the first one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the below expression but its now working&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()&amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())),0) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 03:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636786#M1093437</guid>
      <dc:creator />
      <dc:date>2014-05-17T03:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636787#M1093438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample Apps or Data pls !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 May 2014 06:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636787#M1093438</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-17T06:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636788#M1093439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&amp;nbsp; I have attached the sample data and chart I want to create .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the formula in bar offset&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;lt;=5,RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp; 5 to be picked dynamically. I tried to use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;lt;= Count(DISTINCT Country ),RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help and time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 05:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636788#M1093439</guid>
      <dc:creator />
      <dc:date>2014-05-20T05:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636789#M1093440</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;lt;= Count(DISTINCT Country),RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 05:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636789#M1093440</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636790#M1093441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working. I already tried that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636790#M1093441</guid>
      <dc:creator />
      <dc:date>2014-05-20T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636791#M1093442</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;Put it in a variable and refer it in the expression.&amp;nbsp; It is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636791#M1093442</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636792#M1093443</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;Please find attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636792#M1093443</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636793#M1093446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636793#M1093446</guid>
      <dc:creator />
      <dc:date>2014-05-20T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636794#M1093449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;In Variable declaration give = and in expression you can directly use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;if(RowNo()&amp;lt;= vtop,RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Refer attachment in previous thread.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 06:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636794#M1093449</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-20T06:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Query</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636795#M1093450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's preferable to use dimensionality() to test for the total row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0,RangeSum(Above(Sum(Sales), 1, RowNo())),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 19:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Query/m-p/636795#M1093450</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-05-25T19:34:00Z</dc:date>
    </item>
  </channel>
</rss>

