<?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: BandWidth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769111#M1020813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean to say,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(CS_AMT_LC_1&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dual('Above 1,000,000',7) are not working else working ...&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: 13px;"&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: 13px;"&gt;&amp;amp; let me clear have u tried above bucket is working proper or not at your end...&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: 13px;"&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: 13px;"&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: 13px;"&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 08:55:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-24T08:55:14Z</dc:date>
    <item>
      <title>BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769090#M1020792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm Having a field as AMT_LC_1.&lt;/P&gt;&lt;P&gt;I need to set bandwidth for this amount by the limit range. I Have done as&amp;nbsp; below.But, it's not working properly. I mean When i select the particular bandwidth, The paid amount should be displayed according to the range value. Please find the attached image for clear Idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;1 and AMT_LC_1&amp;lt;=500000,Dual('1-500,000',2),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=500001 and AMT_LC_1&amp;lt;=1000000,Dual('500,001-1,000,000',3),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=1000001 and AMT_LC_1&amp;lt;=2000000,Dual('1,000,001-2,000,000',4),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=2000001 and AMT_LC_1&amp;lt;=5000000,Dual('2,000,001-5,000,000',5),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=5000001 and AMT_LC_1&amp;lt;=10000000,Dual('5,000,001-10,000,000',6),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;10000000,Dual('Above 10,000,000',7)))))))) as&amp;nbsp; Band_width,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please anyone suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769090#M1020792</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-23T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769091#M1020793</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;&amp;nbsp; IF(COMP_CODE='001' or COMP_CODE='002' or COMP_CODE='003' or COMP_CODE='004' or COMP_CODE='007' or COMP_CODE='009',&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;1 and AMT_LC_1&amp;lt;=500000,Dual('1-500,000',2),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=500001 and AMT_LC_1&amp;lt;=1000000,Dual('500,001-1,000,000',3),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=1000001 and AMT_LC_1&amp;lt;=2000000,Dual('1,000,001-2,000,000',4),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=2000001 and AMT_LC_1&amp;lt;=5000000,Dual('2,000,001-5,000,000',5),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=5000001 and AMT_LC_1&amp;lt;=10000000,Dual('5,000,001-10,000,000',6),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;10000000,Dual('Above 10,000,000',7))))))))) as&amp;nbsp; Motor_Band,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Band1.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81581_Band1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF(COMP_CODE='005' or COMP_CODE='006',&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;1 and AMT_LC_1&amp;lt;=50000,Dual('1-50,000',2),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=50001 and AMT_LC_1&amp;lt;=100000,Dual('50,001-100,000',3),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=100001 and AMT_LC_1&amp;lt;=200000,Dual('100,001-200,000',4),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=200001 and AMT_LC_1&amp;lt;=500000,Dual('200,001-500,000',5),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;=500001 and AMT_LC_1&amp;lt;=1000000,Dual('500,001-1,000,000',6),&lt;/P&gt;&lt;P&gt;if(AMT_LC_1&amp;gt;1000000,Dual('Above 1,000,000',7))))))))) as&amp;nbsp; Band_Claim,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Band2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/81582_Band2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Output is differing based on condition .Can any one please suggest me why output is differing..&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;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769091#M1020793</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-23T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769092#M1020794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769092#M1020794</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-23T18:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769093#M1020795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Idea regarding this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 05:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769093#M1020795</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T05:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769094#M1020796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like below &amp;amp; see,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(COMP_CODE='001' or COMP_CODE='002' or COMP_CODE='003' or COMP_CODE='004' or COMP_CODE='007' or COMP_CODE='009',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;1 and sum(AMT_LC_1)&amp;lt;=500000,Dual('1-500,000',2),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=500001 and sum(AMT_LC_1)&amp;lt;=1000000,Dual('500,001-1,000,000',3),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=1000001 and sum(AMT_LC_1)&amp;lt;=2000000,Dual('1,000,001-2,000,000',4),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=2000001 and sum(AMT_LC_1)&amp;lt;=5000000,Dual('2,000,001-5,000,000',5),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=5000001 and sum(AMT_LC_1)&amp;lt;=10000000,Dual('5,000,001-10,000,000',6),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;10000000,Dual('Above 10,000,000',7))))))))) as&amp;nbsp; Motor_Band,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 05:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769094#M1020796</guid>
      <dc:creator />
      <dc:date>2015-03-24T05:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769095#M1020797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is not executing.It's raising error as Invalid expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769095#M1020797</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769096#M1020798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use group by for above case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing_Tbl:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New_Tbl:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Primary_Key,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(COMP_CODE='001' or COMP_CODE='002' or COMP_CODE='003' or COMP_CODE='004' or COMP_CODE='007' or COMP_CODE='009',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;lt;0 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;1 and sum(AMT_LC_1)&amp;lt;=500000,Dual('1-500,000',2),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=500001 and sum(AMT_LC_1)&amp;lt;=1000000,Dual('500,001-1,000,000',3),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=1000001 and sum(AMT_LC_1)&amp;lt;=2000000,Dual('1,000,001-2,000,000',4),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=2000001 and sum(AMT_LC_1)&amp;lt;=5000000,Dual('2,000,001-5,000,000',5),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;=5000001 and sum(AMT_LC_1)&amp;lt;=10000000,Dual('5,000,001-10,000,000',6),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(sum(AMT_LC_1)&amp;gt;10000000,Dual('Above 10,000,000',7))))))))) as&amp;nbsp; Motor_Band&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;resident &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Existing_Tbl group by &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Primary_Key;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769096#M1020798</guid>
      <dc:creator />
      <dc:date>2015-03-24T06:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769097#M1020799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should not sum overall amount in the back end script. I need to show the particular claim No's amount is belongs to this Bandwidth range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg; If i select the range 1-50,000.&lt;/P&gt;&lt;P&gt;The claim No's Amount should display in the range 1- 50,000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769097#M1020799</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T06:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769098#M1020800</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;what field you are using for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;claim No's Amount is it &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AMT_LC_1...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if it is same then take your resulted bucket field in list-box &amp;amp; cross-check range field value with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AMT_LC_1 ..&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769098#M1020800</guid>
      <dc:creator />
      <dc:date>2015-03-24T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769099#M1020801</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 sample app,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not getting the second bandwidth range correctly, i,e; &amp;lt;0 and Above 1,000,000 in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This range amount should linked to company's CS_AMT_LC_1 based on Claim&amp;nbsp; No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769099#M1020801</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T06:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769100#M1020802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure your range &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;0 and Above 1,000,000 is not matching with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CS_AMT_LC_1 cause for your both band results looks ok...!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769100#M1020802</guid>
      <dc:creator />
      <dc:date>2015-03-24T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769101#M1020803</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;In the Second range(Claim_Band) list box &amp;lt;0 and Above 1,000,000 is not displaying.That one is first issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769101#M1020803</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T07:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769102#M1020804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS_AMT_LC_1=&amp;lt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to include 0 in range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769102#M1020804</guid>
      <dc:creator />
      <dc:date>2015-03-24T07:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769103#M1020805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Perfect !! Displaying &amp;lt;0 is working by using &amp;lt;=0 . I will be having negative values in Sum(CS_AMT_LC_1) .In that scenario it won't works right? Above 1,000,000 also I need to display in this list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769103#M1020805</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T07:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769104#M1020806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Negative values in Sum(CS_AMT_LC_1) will return -ve value take text-box &amp;amp; put =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(CS_AMT_LC_1) in it ..&lt;/SPAN&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now you want 'above 1,000,000' then should use &amp;gt;1,000,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But may be you are using 'Above 10,000,000' for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Claim_Band&lt;/SPAN&gt; please check &amp;amp; let me know&lt;/P&gt;&lt;P&gt;if it is then use &amp;gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;10,000,000 simple case...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769104#M1020806</guid>
      <dc:creator />
      <dc:date>2015-03-24T07:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769105#M1020807</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;you are using straight table select expression &amp;amp; find total mode under expression select sum under dropdown for total..&lt;/P&gt;&lt;P&gt;in your dashboard there is no any data present for event field hence the total will be 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769105#M1020807</guid>
      <dc:creator />
      <dc:date>2015-03-24T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769106#M1020808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;In the script i have used two bands .The above range is different from the below range. In the below range above 1,000,000 is not showing.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769106#M1020808</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769107#M1020809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Expression total in total mode. Its displaying total sum. It shouldn't be zero, because values are there in CS_AMT_LC_1 field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769107#M1020809</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769108#M1020810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that in the second bandwidth range script (Sample app) for the Above 1,000,000 ,if i used &amp;lt;= 1,000,000 it's displaying in list box. The other options are not working.Why may cause this issue? Any idea? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769108#M1020810</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-24T07:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: BandWidth</title>
      <link>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769109#M1020811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Promote Event field it will give total..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CS_COMP_CODE='005' or CS_COMP_CODE='006',&lt;/P&gt;&lt;P&gt;(if(CS_AMT_LC_1&amp;lt;=1 ,Dual('&amp;lt;0',1),&lt;/P&gt;&lt;P&gt;if(CS_AMT_LC_1&amp;gt;1 and CS_AMT_LC_1&amp;lt;=50000,Dual('1-50,000',2),&lt;/P&gt;&lt;P&gt;if(CS_AMT_LC_1&amp;gt;=50001 and CS_AMT_LC_1&amp;lt;=100000,Dual('50,001-100,000',3),&lt;/P&gt;&lt;P&gt;if(CS_AMT_LC_1&amp;gt;=100001 and CS_AMT_LC_1&amp;lt;=200000,Dual('100,001-200,000',4),&lt;/P&gt;&lt;P&gt;if(CS_AMT_LC_1&amp;gt;=200001 and CS_AMT_LC_1&amp;lt;=500000,Dual('200,001-500,000',5),&lt;/P&gt;&lt;P&gt;if(CS_AMT_LC_1&amp;gt;=500001 and CS_AMT_LC_1&amp;lt;=1000000,Dual('500,001-1,000,000',6),Dual('Above 1,000,000',7))))))))) as&amp;nbsp; Band_Claim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 08:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BandWidth/m-p/769109#M1020811</guid>
      <dc:creator />
      <dc:date>2015-03-24T08:31:29Z</dc:date>
    </item>
  </channel>
</rss>

