<?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 make expression with constant value base on dimension required ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20853#M789242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct Tresesco. when there are multiple values for LINI1 with PROD JNS1 then sum() and max() will evaluate differently&lt;/P&gt;&lt;P&gt;Solution will completely depends on how user want the data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2018 10:23:48 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2018-02-14T10:23:48Z</dc:date>
    <item>
      <title>How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20846#M789232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I has data like that&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[LINI1,TAHUN1,BULAN1,JNS1,QTY1&lt;/P&gt;&lt;P&gt;DISK,2017,10,NG,2&lt;/P&gt;&lt;P&gt;DISK,2017,10,NG,4&lt;/P&gt;&lt;P&gt;DISK,2017,10,NG,1&lt;/P&gt;&lt;P&gt;DISK,2017,10,PROD,150&lt;/P&gt;&lt;P&gt;DISK,2017,10,REP,10&lt;/P&gt;&lt;P&gt;RIM,2017,10,NG,2&lt;/P&gt;&lt;P&gt;RIM,2017,10,NG,1&lt;/P&gt;&lt;P&gt;RIM,2017,10,PROD,170&lt;/P&gt;&lt;P&gt;RIM,2017,10,REP,11&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to fill expression PROD&amp;nbsp;&amp;nbsp; value QTY based on LINI1 and JNS1='PROD' in all records&lt;/P&gt;&lt;P&gt;See picture below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dani&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193340_A.JPG" style="float: left;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20846#M789232</guid>
      <dc:creator>danipudianto</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20847#M789233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr(max({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;JNS1={'PROD'}&lt;/SPAN&gt;&amp;gt;}Qty),LINI1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 08:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20847#M789233</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-02-14T08:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20848#M789234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(&lt;STRONG&gt;total &amp;lt;LINI1&amp;gt;&lt;/STRONG&gt; {&amp;lt;JNS1={'PROD'}&amp;gt;}QTY1)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193354_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 08:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20848#M789234</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-02-14T08:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20849#M789236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's Work. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 09:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20849#M789236</guid>
      <dc:creator>danipudianto</dc:creator>
      <dc:date>2018-02-14T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20850#M789238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another possible solution could be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max(TOTAL&amp;lt;LINI1&amp;gt;{&amp;lt;JNS1={'PROD'}&amp;gt;}QTY1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 09:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20850#M789238</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-02-14T09:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20851#M789240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's work for column %&lt;/P&gt;&lt;P&gt;It's Okay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 10:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20851#M789240</guid>
      <dc:creator>danipudianto</dc:creator>
      <dc:date>2018-02-14T10:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20852#M789241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, 'in this case'. But what if there were multiple values in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LINI1&lt;/SPAN&gt; with 'PROD' JNS1 ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; Sum() and Max() aren't same right?&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/221062"&gt;danipudianto&lt;/A&gt;‌ , please close the thread by marking correct/helpful the right replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 10:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20852#M789241</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-02-14T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make expression with constant value base on dimension required ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20853#M789242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct Tresesco. when there are multiple values for LINI1 with PROD JNS1 then sum() and max() will evaluate differently&lt;/P&gt;&lt;P&gt;Solution will completely depends on how user want the data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 10:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-expression-with-constant-value-base-on-dimension/m-p/20853#M789242</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-02-14T10:23:48Z</dc:date>
    </item>
  </channel>
</rss>

