<?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: how to reuse a result from column expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140901#M20962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it should be 5, sorry for my mistake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2018 07:41:11 GMT</pubDate>
    <dc:creator>weezerian</dc:creator>
    <dc:date>2018-10-29T07:41:11Z</dc:date>
    <item>
      <title>how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140897#M20958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, i need help..&lt;/P&gt;&lt;P&gt;i have a data like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Code, amount, claim, goods&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, 10, 1, A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, 10, 2, B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1, 5,&amp;nbsp; 2, A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2, 5, 3, C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2, 4, 2, D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i want to make a table like the image below. which is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "total amount = sum(amount)" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "total claim = sum(claim)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "goods with maximum claim" =&amp;gt; it's solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "max claim" = number of claim =&amp;gt; it's solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "amount of max goods" = i don't know how to make the exact amount like the image below.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="tes.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216931_tes.JPG" style="height: 79px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 04:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140897#M20958</guid>
      <dc:creator>weezerian</dc:creator>
      <dc:date>2018-10-29T04:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140898#M20959</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;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; How you calculate max claims here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; Because for code number 2 -&amp;gt;max claims value is 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;can you explain in detail?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 06:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140898#M20959</guid>
      <dc:creator>thannila</dc:creator>
      <dc:date>2018-10-29T06:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140899#M20960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, the name of column amount of max goods &amp;amp; max claims is confused,,it should be like this...&lt;IMG alt="tes.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216936_tes.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 06:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140899#M20960</guid>
      <dc:creator>weezerian</dc:creator>
      <dc:date>2018-10-29T06:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140900#M20961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should not max goods amount for C be&lt;STRONG&gt; 5&lt;/STRONG&gt; instead of 10?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 07:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140900#M20961</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-10-29T07:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140901#M20962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it should be 5, sorry for my mistake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 07:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140901#M20962</guid>
      <dc:creator>weezerian</dc:creator>
      <dc:date>2018-10-29T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140902#M20963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached app. Few of your expressions are also simplified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 07:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140902#M20963</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-10-29T07:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to reuse a result from column expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140903#M20964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, you're the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 09:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-reuse-a-result-from-column-expression/m-p/140903#M20964</guid>
      <dc:creator>weezerian</dc:creator>
      <dc:date>2018-10-29T09:16:18Z</dc:date>
    </item>
  </channel>
</rss>

