<?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 Refer to Expression in ValueLoop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337507#M412429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you are trying to create, if you can share a snapshot or sample of what you are trying to achieve it'll be easier to assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 06:26:58 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-05T06:26:58Z</dc:date>
    <item>
      <title>How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337502#M412424</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;Let say I have a simple ValueLoop as below as my Dimension:&lt;/P&gt;&lt;P&gt;ValueLoop(1,3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in my expression, It will be as below:&lt;/P&gt;&lt;P&gt;Pick(ValueLoop(1,3),&lt;/P&gt;&lt;P&gt;Sum(DebitAmount),&lt;/P&gt;&lt;P&gt;Sum(CreditAmount),&lt;/P&gt;&lt;P&gt;Sum(DebitAmont)-Sum(CreditAmount)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know instead of putting the calculation in the 3rd pick valueloop, is there anyway I can do the calculation by referring the result of pick 1 and pick 2 as below:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Pick(ValueLoop(1,3),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(DebitAmount),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(CreditAmount),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ValueLoop1 - ValueLoop2 (What script should be used here?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope to get advice from experts here.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 11:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337502#M412424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337503#M412425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't think it works with valueloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you load a dummy table&amp;nbsp; like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DummyDIM&lt;/P&gt;&lt;P&gt;Rowno() as &lt;STRONG&gt;DIM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Autogenerate(3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then change expression to below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(&lt;STRONG&gt;DIM&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(DebitAmount),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(CreditAmount),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum(DebitAmount)&lt;/SPAN&gt; - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum(CreditAmount)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also to answer your question &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(What script should be used here?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;You cannot directly refer something that is evaluated in the same expression&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 11:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337503#M412425</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-04T11:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337504#M412426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write expression for 3rd pick value loop &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(DebitAmont)-Sum(CreditAmount) because you are individually evaluating expression for each value. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You would have been able to do it in expression, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for eg you have two expression like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1) &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(DebitAmount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2) Sum(CreditAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can create 3rd expression as, &lt;STRONG&gt;column(1)-column(2)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2017 11:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337504#M412426</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-04T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337505#M412427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you reply. Let me try to look into the possibility of loading the dummy table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of that, is there any method you can introduce? because the development I involved in has a lot similar scenario, and my worry is there will be too much dummy table and caused the future maintenance of the qvw will be very complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337505#M412427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T01:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337506#M412428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. Do you mean that for my 3rd ValueLoop I must write &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(DebitAmont)-Sum(CreditAmount)&lt;/SPAN&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my concern is the 3rd expression or even the subsequent expression will be even longer. The expressions are just samples. But in fact the real expression I'm currently using is way much longer. If I really have no other choice but to write &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(DebitAmont)-Sum(CreditAmount)&lt;/SPAN&gt; as my 3rd ValueLoop, let say I discover the 1st valueloop expression is wrong, means I need to modify by 1st and 3rd valueloop, this will possibly caused tougher future maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope there are other solution that you can suggest? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your effort in replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337506#M412428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T01:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337507#M412429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you are trying to create, if you can share a snapshot or sample of what you are trying to achieve it'll be easier to assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 06:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337507#M412429</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-05T06:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Refer to Expression in ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337508#M412430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for the reply. Do you mean that for my 3rd ValueLoop I must write &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(DebitAmont)-Sum(CreditAmount)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yes, You need to write the entire expression. For the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;maintenance&lt;/SPAN&gt; point of view, you can create variable instead on front end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vExpression1&lt;/STRONG&gt; :Sum(Debit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vExpression2&lt;/STRONG&gt;: Sum(Credit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Note : Do not use "=" in variable expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now in chart you can use below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(ValueLoop(1,3),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;$(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vExpression1) &lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vExpression2&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vExpression1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &lt;/SPAN&gt;- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vExpression2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Using this approach, you just need to change the expression of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vExpression1 &lt;/STRONG&gt;&lt;/SPAN&gt;or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vExpression2 &lt;/STRONG&gt;&lt;/SPAN&gt;, so that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vExpression3 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;will automatically be using the same formula that you have changed.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this solve your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 06:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Refer-to-Expression-in-ValueLoop/m-p/1337508#M412430</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-05T06:55:40Z</dc:date>
    </item>
  </channel>
</rss>

