<?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: Get Expression Value from Another Object in a Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400102#M484317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't wanna put it in the chart/straight table, but I need to display the count number in the TEXT BOX.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 10:00:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-23T10:00:48Z</dc:date>
    <item>
      <title>Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400099#M484314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV Experts! ... and Masters &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;I have this &lt;STRONG&gt;Segmentation &lt;/STRONG&gt;table:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41575" class="jive-image" alt="city segment.PNG" src="/legacyfs/online/41575_city segment.PNG" /&gt;&lt;/P&gt;&lt;P&gt;I got the &lt;STRONG&gt;City &lt;/STRONG&gt;from data loading process, and I add the &lt;STRONG&gt;Segment Area&lt;/STRONG&gt; column using expression in the table using some calculation.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=If(Score &amp;gt;= 100, 9, If(Score &amp;gt;= 1000, 8, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, I hid the Score column; which is also get it from data loading process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I create in the same sheet, a text box object to count &lt;STRONG&gt;"How many cities currently in the Segment Area?"&lt;/STRONG&gt; as you can see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41579" class="jive-image" alt="textbox segarea.PNG" src="/legacyfs/online/41579_textbox segarea.PNG" /&gt;&lt;/P&gt;&lt;P&gt;It doesn't work the way I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the count of &lt;STRONG&gt;"How many cities currently in the Segment Area?"&lt;/STRONG&gt; and put it in the text box?&lt;/P&gt;&lt;P&gt;Please help. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400099#M484314</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400100#M484315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;How many cities currently in the Segment Area&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IN CHART --&amp;gt; EXPRESSION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WRITE &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;expression1--&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;If(Score &amp;gt;= 100, 9, If(Score &amp;gt;= 1000, 8, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;expression2--&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(IF([&lt;/STRONG&gt;&lt;STRONG&gt;Segment Area&lt;/STRONG&gt;&lt;STRONG&gt;]&amp;lt;&amp;gt;0,City))&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400100#M484315</guid>
      <dc:creator />
      <dc:date>2013-05-23T09:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400101#M484316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try count({&amp;lt;Score={'&amp;gt;=100&amp;lt;1000'}&amp;gt;} City)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400101#M484316</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-23T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400102#M484317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't wanna put it in the chart/straight table, but I need to display the count number in the TEXT BOX.&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400102#M484317</guid>
      <dc:creator />
      <dc:date>2013-05-23T10:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400103#M484318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in text object write this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(if(Score&amp;gt;=100,City))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400103#M484318</guid>
      <dc:creator />
      <dc:date>2013-05-23T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400104#M484319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400104#M484319</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-23T10:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400105#M484320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert!&lt;/P&gt;&lt;P&gt;Sorry to tell you but it doesn't seem to work.&lt;/P&gt;&lt;P&gt;Since the Segment Area is already calculated in the TABLE, can I use the GetObjectField() function?&lt;/P&gt;&lt;P&gt;How to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400105#M484320</guid>
      <dc:creator />
      <dc:date>2013-05-23T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400106#M484321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I got the &lt;STRONG&gt;City &lt;/STRONG&gt;from data loading process, and I add the &lt;STRONG&gt;Segment Area&lt;/STRONG&gt; column &lt;SPAN style="text-decoration: underline;"&gt;using expression&lt;/SPAN&gt; in the table using some calculation.&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=If(Score &amp;gt;= 100, 9, If(Score &amp;gt;= 1000, 8, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Btw, I hid the Score column; which is also get it from data loading process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you've missed that I get the segment area using expression.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 10:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400106#M484321</guid>
      <dc:creator />
      <dc:date>2013-05-23T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400107#M484322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;firstly write this code in script&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new',courier;"&gt;If(Score &amp;gt;= 100, 9, If(Score &amp;gt;= 1000, 8, ...) as [Segment area]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new',courier;"&gt;then in text box write this below code&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(Total &amp;lt;&lt;/STRONG&gt;&lt;STRONG style="font-family: 'courier new',courier;"&gt;[Segment area]&lt;/STRONG&gt;&lt;STRONG&gt;&amp;gt;City))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 12:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400107#M484322</guid>
      <dc:creator />
      <dc:date>2013-05-23T12:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get Expression Value from Another Object in a Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400108#M484323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out I need to export it first using script and read it again.&lt;/P&gt;&lt;P&gt;This question is solved.&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 May 2013 07:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Expression-Value-from-Another-Object-in-a-Sheet/m-p/400108#M484323</guid>
      <dc:creator />
      <dc:date>2013-05-27T07:09:43Z</dc:date>
    </item>
  </channel>
</rss>

