<?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: Referencing an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743718#M1038319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Colin.&amp;nbsp; This is the syntax I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2015 19:59:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-06T19:59:25Z</dc:date>
    <item>
      <title>Referencing an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743714#M1038315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two expressions in a chart.&amp;nbsp; The first is "Nbr Customers" defined as COUNT(USER_ID).&amp;nbsp; The second expression is "Total Customers" defined as COUNT(USER_ID) with the "Full Accumulation" option set.&amp;nbsp; This provides a rolling total of the number of customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to highlight the value of second expression ("Total Customers") when it reaches 70% of the total number of customers (COUNT(USER_ID) * .7).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to reference the second expression with the Full Accumulation option set in another expression?&amp;nbsp; How do you code that expression with the Full Accumulation option set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743714#M1038315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-06T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743715#M1038316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure this would be exactly what you are after, but you could highlight using Visual Cues tab, and use TOTAL in the count to return total, something like;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="highlighting_visual_cues.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74711_highlighting_visual_cues.JPG" style="width: 620px; height: 308px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743715#M1038316</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2015-01-06T18:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743716#M1038317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the same chart, you can reference expressions by their label name. If the label contains spaces then you must add square brackets around the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. In your chart you could add a third expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =[Nbr Customers] / [Total Customers]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743716#M1038317</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-06T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743717#M1038318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You can do that in expression. Click on + sign next Expression(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Total Customers&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) to expand the options. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than in the background option add this expression: &lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(COUNT(USER_ID) * 0.7),RGB(red))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 18:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743717#M1038318</guid>
      <dc:creator>terezagr</dc:creator>
      <dc:date>2015-01-06T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743718#M1038319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Colin.&amp;nbsp; This is the syntax I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 19:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Referencing-an-Expression/m-p/743718#M1038319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-06T19:59:25Z</dc:date>
    </item>
  </channel>
</rss>

