<?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: Load * inline in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022859#M345901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 07:12:33 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2016-03-08T07:12:33Z</dc:date>
    <item>
      <title>Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022850#M345892</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;/P&gt;&lt;P&gt;I have written code in edit script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Threshold:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Threshold, ThresholdCode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;50K, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;50K, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;100K, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;250K, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;500K, 16&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the front end i am displaying as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117280_t.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to display one more field called "All" which calcuates all i.e. &amp;lt;50K to &amp;gt;500K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022850#M345892</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-08T06:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022851#M345893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Temp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; Th, Tc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; All-&amp;lt;50K, 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;All-&lt;/SPAN&gt;&amp;gt;50K, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;All-&lt;/SPAN&gt;&amp;gt;100K, 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;All-&lt;/SPAN&gt;&amp;gt;250K, 8&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;All-&lt;/SPAN&gt;&amp;gt;500K, 16&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Threshold:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD subfield(Th,'-') as &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Threshold,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ThresholdCode&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Temp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;drop table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022851#M345893</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-08T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022852#M345894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like:&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; Threshold, ThresholdCode&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;50K, 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;50K, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;100K, 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;250K, 8&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;500K, 16&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; All, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; All, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; All, 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; All, 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; All, 16&lt;/STRONG&gt;&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is the basic concept, you could do it differently for big tables by loading the same table once again and concatenating it, with 'All' as value for all records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022852#M345894</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022853#M345895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With your code i am able to display "All". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing i need to know is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this calculate &amp;lt;50K+&amp;gt;50K+&amp;gt;100K+&amp;gt;250K+&amp;gt;500K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022853#M345895</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-08T06:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022854#M345896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Try and let know if it doesn't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022854#M345896</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022855#M345897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have given expression in chart as(in Expression Tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(1= (SUM(ThresholdCode) bitand 1), &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(SUM([LC2 Amount])&amp;lt;50000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;If(2 = (SUM(ThresholdCode) bitand 2),&amp;nbsp; //&amp;gt;50K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=50000 AND SUM([LC2 Amount])&amp;lt;100000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(4 = (SUM(ThresholdCode) bitand 4),&amp;nbsp; //&amp;gt;100K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=100000 AND SUM([LC2 Amount])&amp;lt;250000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(8 = (SUM(ThresholdCode) bitand 8),&amp;nbsp; //&amp;gt;250K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=250000 AND SUM([LC2 Amount])&amp;lt;500000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(16 = (SUM(ThresholdCode) bitand 16),&amp;nbsp; //&amp;gt;500K&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=500000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P&gt;NULL())))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here also i need to include ALL. Can you please tell me how can i add "All" here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022855#M345897</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-08T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022856#M345898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if what you are doing is really needed. I guess the expression could be optimized. Could you post a sample data explaining your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022856#M345898</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T06:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022857#M345899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;The thing i needed is i need to display values like &amp;lt;50K, &amp;gt;50K,&amp;gt;100K,&amp;gt;250K,&amp;gt;500K in a list box so that if the user selects the chart should be changed as per the selection what we do in the list box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For that i have written this code in backend&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Threshold:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; Threshold, ThresholdCode&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;50K, 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;50K, 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;100K, 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;250K, 8&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &amp;gt;500K, 16&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now my requirement is i need to display "All" for which calculates the &amp;lt;50+&amp;gt;50... This selection should get reflected in the chart which you can see in the below app. For that i have written expression as&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=if(1= (SUM(ThresholdCode) bitand 1),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; if(SUM([LC2 Amount])&amp;lt;50000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(2 = (SUM(ThresholdCode) bitand 2),&amp;nbsp; //&amp;gt;50K&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=50000 AND SUM([LC2 Amount])&amp;lt;100000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(4 = (SUM(ThresholdCode) bitand 4),&amp;nbsp; //&amp;gt;100K&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=100000 AND SUM([LC2 Amount])&amp;lt;250000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(8 = (SUM(ThresholdCode) bitand 8),&amp;nbsp; //&amp;gt;250K&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=250000 AND SUM([LC2 Amount])&amp;lt;500000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(16 = (SUM(ThresholdCode) bitand 16),&amp;nbsp; //&amp;gt;500K&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SUM([LC2 Amount])&amp;gt;=500000, SUM([LC2 Amount]), NULL()),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;NULL())))))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now i need to add "All" calcuation here. Please suggest.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022857#M345899</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-08T07:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022858#M345900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I got you right. I still find it a simple case of &lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;ThresholdCode) &lt;/STRONG&gt;expression with selection.&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: 13.3333px;"&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117283_Untitled.png" style="height: 459px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022858#M345900</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-08T07:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load * inline</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022859#M345901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline/m-p/1022859#M345901</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-03-08T07:12:33Z</dc:date>
    </item>
  </channel>
</rss>

