<?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: EXPRESSION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541256#M202323</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;/P&gt;&lt;P&gt;If you want to give explicit selection by variable, then you can follow exactly like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum({&amp;lt;EPremium ={'$(createdVariableName)'} , [NOTE]={100},DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &amp;gt;}[AMOUNT]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 06:50:53 GMT</pubDate>
    <dc:creator>brijesh1991</dc:creator>
    <dc:date>2014-01-02T06:50:53Z</dc:date>
    <item>
      <title>EXPRESSION</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541252#M202319</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;/P&gt;&lt;P&gt;I have created the following expression in a text object and it is working well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum({&amp;lt;[NOTE]={100},DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &amp;gt;}[AMOUNT]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have also created a variable as follows &lt;/P&gt;&lt;P&gt;EPremium&amp;nbsp; =&amp;nbsp; (sum( {&amp;lt;NOTE = {'100'}&amp;gt;}[AMOUNT]*-1 ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to apply above variable into my expression. Please&amp;nbsp; help me Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541252#M202319</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-01-01T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541253#M202320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select a text box and insert below&lt;/P&gt;&lt;P&gt;=EPremium&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 17:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541253#M202320</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-01T17:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541254#M202321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean you want to add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &lt;/SPAN&gt; into the variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would create a MyVariable variable for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then add that into my Expression,something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; (sum( {&amp;lt;NOTE = {'100'}, $(MyVariable)&amp;gt;}[AMOUNT]*-1 ))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jan 2014 17:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541254#M202321</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-01T17:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541255#M202322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My real requirement is to insert variable into this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=num((Sum({&amp;lt;[NOTE]={100},DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &amp;gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 05:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541255#M202322</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2014-01-02T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541256#M202323</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;/P&gt;&lt;P&gt;If you want to give explicit selection by variable, then you can follow exactly like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((Sum({&amp;lt;EPremium ={'$(createdVariableName)'} , [NOTE]={100},DEPT={'BRAN'},MONM={'MOTOR'},BRANCH= &amp;gt;}[AMOUNT]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 06:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION/m-p/541256#M202323</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-01-02T06:50:53Z</dc:date>
    </item>
  </channel>
</rss>

