<?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: Need help for scatter chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116188#M766949</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;may be an idea if I've well understood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in dimension :&lt;/P&gt;&lt;P&gt;valueloop(1,count(total hours))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression :&lt;/P&gt;&lt;P&gt;fractile(hours,1/(count(total hours) - 1)*(valueloop(1,count(total hours))-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not very "pretty" but dimension allways 1 to nb od rows&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, 06 Jul 2018 13:49:39 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-06T13:49:39Z</dc:date>
    <item>
      <title>Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116186#M766947</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;I need help for x-axis on dot chart. Hours is a measure(Y-Axis) and using row number as dimension(X-axis). I have few filters(list boxes) left side which is region, Date and group etc.&lt;/P&gt;&lt;P&gt;Expressions that i am using is --- Sum(RowNumber) and Sum(Hours)&lt;/P&gt;&lt;P&gt;Dimension is Rownumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select any filter from left side X-axis should start with Zero. For example if i select Region="AP" row number should start with 0 or 1 to 1000( End of that range). If i select group ="A" again X axis should start with "0" or "1" to the end of row number.Basically what i am expecting is for any filter the row number(X-axis) should start with Zero to end of the Number.Basically row number will give you the sequence of number but what i want is for any filter if i select row number should start with "0" or "1".&lt;/P&gt;&lt;P&gt;Can you please help me on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you don't understand my question!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116186#M766947</guid>
      <dc:creator>sweety0912</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116187#M766948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone respond to this? Please let me know if you don't understand my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 13:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116187#M766948</guid>
      <dc:creator>sweety0912</dc:creator>
      <dc:date>2018-07-06T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116188#M766949</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;may be an idea if I've well understood&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in dimension :&lt;/P&gt;&lt;P&gt;valueloop(1,count(total hours))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression :&lt;/P&gt;&lt;P&gt;fractile(hours,1/(count(total hours) - 1)*(valueloop(1,count(total hours))-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not very "pretty" but dimension allways 1 to nb od rows&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, 06 Jul 2018 13:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116188#M766949</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-06T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116189#M766950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the formula but it is not working.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find the attached Qvw. If i select region='EU' you see the data Rowno() 1,3,5..etc. But what i want is &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;for any filter, Rowno() should be sequential.like 1,2,3..etc. Need to override the initial rowno() assigned by qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;Please help me on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 16:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116189#M766950</guid>
      <dc:creator>sweety0912</dc:creator>
      <dc:date>2018-07-06T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116190#M766951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do not use rowno()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works for me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another idea :&lt;/P&gt;&lt;P&gt;in dimension :H&lt;BR /&gt;=valueloop(1,count(Hours))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression :&lt;/P&gt;&lt;P&gt;subfield(concat(total aggr(Hours,Hours),'*'),'*',valueloop(1,count(Hours)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works on my sample, can't upload your qvw I've free version&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, 06 Jul 2018 18:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/116190#M766951</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-06T18:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/1511338#M766952</link>
      <description>&lt;P&gt;Hi, were you able to get this to work? Can you share your qvw?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 04:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-for-scatter-chart/m-p/1511338#M766952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-23T04:30:08Z</dc:date>
    </item>
  </channel>
</rss>

