<?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: Populating a column with the specific value of an expression in Insight Advisor</title>
    <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130072#M316</link>
    <description>&lt;P&gt;This should work Max(Total Aggr(sum(Sales),Department,Year))&lt;/P&gt;
&lt;P&gt;Sum(Sales) is the calculated measure.Add your calculated&amp;nbsp; measure&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 16:14:54 GMT</pubDate>
    <dc:creator>maheshkuttappa</dc:creator>
    <dc:date>2023-10-19T16:14:54Z</dc:date>
    <item>
      <title>Populating a column with the specific value of an expression</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130051#M311</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;This might be an easy solution, but I am relatively new to QlikView. I would basically like to populate a fourth column with the highest value given in the sales column (733 here) which was evaluated by using an expression such that the fourth column looks like that below. How can I do that using an expression. I have tried using a combination of MAX, AGGR, TOTAL, etc, but to no avail!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;TABLE width="401px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;Year&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;Department&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;Sales&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;Highest Sales Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;626&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;516&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;733&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;D&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;550&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;E&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;675&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;F&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;574&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;G&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;300&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="137.484px" height="25px"&gt;2022-23&lt;/TD&gt;
&lt;TD width="94.9688px" height="25px"&gt;H&lt;/TD&gt;
&lt;TD width="83.7812px" height="25px"&gt;22&lt;/TD&gt;
&lt;TD width="83.7656px"&gt;733&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 19 Oct 2023 15:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130051#M311</guid>
      <dc:creator>tripod6999</dc:creator>
      <dc:date>2023-10-19T15:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a column with the specific value of an expression</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130071#M315</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Max and total combination seems to be working ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sivapriya_d_0-1697731932245.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118518i9130DDE64539F277/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sivapriya_d_0-1697731932245.png" alt="Sivapriya_d_0-1697731932245.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130071#M315</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2023-10-19T16:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a column with the specific value of an expression</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130072#M316</link>
      <description>&lt;P&gt;This should work Max(Total Aggr(sum(Sales),Department,Year))&lt;/P&gt;
&lt;P&gt;Sum(Sales) is the calculated measure.Add your calculated&amp;nbsp; measure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 16:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130072#M316</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2023-10-19T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a column with the specific value of an expression</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130250#M317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for that suggestion, but unfortunately it doesn't work. It appears the difficulty is that the sales figures is generated by an expression.&lt;/P&gt;
&lt;P&gt;But thanks for your quick response. It's much appreciated.&lt;/P&gt;
&lt;P&gt;Francis&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 08:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130250#M317</guid>
      <dc:creator>tripod6999</dc:creator>
      <dc:date>2023-10-20T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Populating a column with the specific value of an expression</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130252#M318</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your quick reply. Much appreciated. I got it to work with the following minor adjustment to your expression:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Max(Total AGGR(sum(Sales),Department))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;
&lt;P&gt;Francis&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 10:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Populating-a-column-with-the-specific-value-of-an-expression/m-p/2130252#M318</guid>
      <dc:creator>tripod6999</dc:creator>
      <dc:date>2023-10-20T10:44:51Z</dc:date>
    </item>
  </channel>
</rss>

