<?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 Range in TableBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216882#M70151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share you apllication with the data you are using . I will be making it for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 14:25:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-15T14:25:04Z</dc:date>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216877#M70146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3553_sourceID:3553" /&gt;&lt;/P&gt;&lt;P&gt;I am attaching an image of my requirement in QV 10.&lt;/P&gt;&lt;P&gt;Can anyone else look it and tell me how can i work it .&lt;/P&gt;&lt;P&gt;EdgeChipLength is a created field for my table. In this i am having nearly 1700 values. My Requirement is if i given a range condition then it should display its count between the range.&lt;/P&gt;&lt;P&gt;Ex: EdgeChipLength(field)&lt;/P&gt;&lt;P&gt;15(values)&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;so on...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3554_sourceID:3554" /&gt;&lt;/P&gt;&lt;P&gt;Once check the attachement you will get clear Idea. Please reply as soon as possible.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216877#M70146</guid>
      <dc:creator />
      <dc:date>2011-02-15T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216878#M70147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;use Interval Match for creatring this slabs .....&lt;/P&gt;&lt;P&gt;Code :&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;Interval_match:&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;LOAD&lt;/B&gt; * INLINE [&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;Start, End, EdgeChipLength_Slab&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;, 0, '0'&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;1, 10, '1-10'&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;11, 20, '11-20'&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;21, 30, '21-30'&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;intervalmatch(EdgeChipLength)&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;load&lt;/B&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;Start, End&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;resident Interval_match;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216878#M70147</guid>
      <dc:creator />
      <dc:date>2011-02-15T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216879#M70148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this code at back end.&lt;/P&gt;&lt;P&gt;And use this filed "EdgeChipLength_Slab " at your chart as dimension where you need slabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216879#M70148</guid>
      <dc:creator />
      <dc:date>2011-02-15T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216880#M70149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also suggest you to use , Straight table /Pivot for it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216880#M70149</guid>
      <dc:creator />
      <dc:date>2011-02-15T13:34:19Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216881#M70150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you explain little bit clearly of the process. I am new to QV. So please tell me step by step process for how to work which you sended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216881#M70150</guid>
      <dc:creator />
      <dc:date>2011-02-15T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216882#M70151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share you apllication with the data you are using . I will be making it for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216882#M70151</guid>
      <dc:creator />
      <dc:date>2011-02-15T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216883#M70152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i attach Qlikview file in this post. I don't know how to send it. Can you tell how can i attach to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216883#M70152</guid>
      <dc:creator />
      <dc:date>2011-02-15T14:37:49Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216884#M70153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i sending you my working report attachement . And finally it should look like this. Please help me to complete this.&lt;/P&gt;&lt;P&gt;In this image it should count how many values present in b/w the range i.e; &amp;gt;=15 and &amp;lt;20 its having count 8. Same process to all.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7206.Capture.PNG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7206.Capture.PNG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216884#M70153</guid>
      <dc:creator />
      <dc:date>2011-02-15T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216885#M70154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Please find the attached application.&lt;/P&gt;&lt;P&gt;Save and reload it. Data will come according to your slab.&lt;/P&gt;&lt;P&gt;If any problem you are most welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 07:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216885#M70154</guid>
      <dc:creator />
      <dc:date>2011-02-16T07:14:53Z</dc:date>
    </item>
    <item>
      <title>Range in TableBox</title>
      <link>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216886#M70155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ashwin my QV 10 in not a Full Licensed Version, so i am unable to open the which you sended attachement QV file.&lt;/P&gt;&lt;P&gt;Please if you don't mind can you send me the ScreenShots which you make modified in the QV file.&lt;/P&gt;&lt;P&gt;Thnks for your all replies and spending your valuable time with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-in-TableBox/m-p/216886#M70155</guid>
      <dc:creator />
      <dc:date>2011-02-16T08:42:41Z</dc:date>
    </item>
  </channel>
</rss>

