<?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 Top 10 from Dimension in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522462#M148952</link>
    <description>&lt;P&gt;I want to get Top 10 from dimension (&lt;SPAN data-teams="true"&gt;Adj_Not_Null) on the basis of Measure which i have created from frontend (Sum({&amp;lt;Baseline = {"$(=Only([Var Analysis SC Value]))"}&amp;gt;} [Adj Value] * [Usd Conversion To Local Currency]) ), and this Top 10 i need to use in visualization with&amp;nbsp;M_TO_K_CY_PY_Variance this measure. How to achieve it either from load editor or from UI level.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>Pooja4</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Top 10 from Dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522462#M148952</link>
      <description>&lt;P&gt;I want to get Top 10 from dimension (&lt;SPAN data-teams="true"&gt;Adj_Not_Null) on the basis of Measure which i have created from frontend (Sum({&amp;lt;Baseline = {"$(=Only([Var Analysis SC Value]))"}&amp;gt;} [Adj Value] * [Usd Conversion To Local Currency]) ), and this Top 10 i need to use in visualization with&amp;nbsp;M_TO_K_CY_PY_Variance this measure. How to achieve it either from load editor or from UI level.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522462#M148952</guid>
      <dc:creator>Pooja4</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 from Dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522494#M148953</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/340401"&gt;@Pooja4&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;We can't help you with this on the back end without knowing what your data model is like, but maybe you can analyze it to shorten your expression by sending this multiplication to the back end.&lt;BR /&gt;&lt;BR /&gt;Table:&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;&lt;SPAN&gt;[Adj Value] * [Usd Conversion To Local Currency] as NewValue&lt;BR /&gt;&lt;/SPAN&gt;from [....](qvd) ;&lt;/P&gt;&lt;P&gt;For classification, you can wrap your expression in the Rank formula inside the Rank()&amp;nbsp; set analysis.&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RelationalFunctions/rank.htm#:~:text=Rank()%20evaluates%20the%20rows,dimension%20evaluated%20in%20the%20expression" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RelationalFunctions/rank.htm#:~:text=Rank()%20evaluates%20the%20rows,dimension%20evaluated%20in%20the%20expression&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;sum({&amp;lt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/FONT&gt; = {"=Rank(Sum(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;YourExpression&lt;/FONT&gt;&lt;/STRONG&gt;),4 )&amp;lt;=10"}&amp;gt;} &lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NewValue&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;) &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;*&amp;nbsp;change according to your data *&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Since you said you need to use it in other views, you could leave this expression in a master item, this will save you time.&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 19:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522494#M148953</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2025-06-26T19:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 from Dimension</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522527#M148954</link>
      <description>&lt;DIV&gt;Hi ,&lt;/DIV&gt;&lt;DIV&gt;May be try like this..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Your Dimension :&lt;/DIV&gt;&lt;LI-CODE lang="java"&gt;=IF ( 
AGGR ( RANK ( Sum({&amp;lt;Baseline = {"$(=Only([Var Analysis SC Value]))"}&amp;gt;} [Adj Value] * [Usd Conversion To Local Currency]) ) , Adj_Not_Null ) &amp;lt;= 10  
, Adj_Not_Null )​&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And Make sure to &lt;STRONG&gt;Uncheck&lt;/STRONG&gt; the "&lt;STRONG&gt;Include Null Values&lt;/STRONG&gt;" check box&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Your Measure :&lt;/DIV&gt;&lt;LI-CODE lang="javascript"&gt;Sum({&amp;lt;Baseline = {"$(=Only([Var Analysis SC Value]))"}&amp;gt;} [Adj Value] * [Usd Conversion To Local Currency])&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;DIV&gt;Vikram&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jun 2025 06:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Top-10-from-Dimension/m-p/2522527#M148954</guid>
      <dc:creator>vkramBI4Qlik</dc:creator>
      <dc:date>2025-06-27T06:45:58Z</dc:date>
    </item>
  </channel>
</rss>

