<?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 Resolving a value in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239635#M90241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the following expression a chart:&lt;/P&gt;&lt;P&gt;=Count(''&amp;amp;DrivingTable.TABLE_NAME&amp;amp;'.PKEY')&lt;/P&gt;&lt;P&gt;where for the sake DrivingTable.TABLE_NAME is currently A.&lt;/P&gt;&lt;P&gt;If I add an exp. to Count(A.PKEY) i get 16. Which is correct.&lt;/P&gt;&lt;P&gt;but the exp. Count(''&amp;amp;DrivingTable.TABLE_NAME&amp;amp;'.PKEY') returns 0.&lt;/P&gt;&lt;P&gt;I know I need the DrivingTable.TABLE_NAME to resolve to 'A' before the Count expression but am not having much luck getting there.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 09:53:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-13T09:53:50Z</dc:date>
    <item>
      <title>Resolving a value in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239635#M90241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the following expression a chart:&lt;/P&gt;&lt;P&gt;=Count(''&amp;amp;DrivingTable.TABLE_NAME&amp;amp;'.PKEY')&lt;/P&gt;&lt;P&gt;where for the sake DrivingTable.TABLE_NAME is currently A.&lt;/P&gt;&lt;P&gt;If I add an exp. to Count(A.PKEY) i get 16. Which is correct.&lt;/P&gt;&lt;P&gt;but the exp. Count(''&amp;amp;DrivingTable.TABLE_NAME&amp;amp;'.PKEY') returns 0.&lt;/P&gt;&lt;P&gt;I know I need the DrivingTable.TABLE_NAME to resolve to 'A' before the Count expression but am not having much luck getting there.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 09:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239635#M90241</guid>
      <dc:creator />
      <dc:date>2010-05-13T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Resolving a value in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239636#M90242</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count( '' &amp;amp;DrivingTable.TABLE_NAME " &amp;amp;'.PKEY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think in your expression u have opened duoble Quotes but u didn't closed them ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I feel that is the problem ,check it if it is not working we will try some other things.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ajay&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 10:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239636#M90242</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2010-05-13T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Resolving a value in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239637#M90243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that's it as:&lt;/P&gt;&lt;P&gt;=''&amp;amp;DrivingTable.TABLE_NAME will return 'A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 10:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239637#M90243</guid>
      <dc:creator />
      <dc:date>2010-05-13T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Resolving a value in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239638#M90244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This kind of works:&lt;/P&gt;&lt;P&gt;=Sum(FieldValueCount(''&amp;amp;DrivingTable.TABLE_NAME&amp;amp;'.PKEY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 10:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239638#M90244</guid>
      <dc:creator />
      <dc:date>2010-05-13T10:47:00Z</dc:date>
    </item>
    <item>
      <title>Resolving a value in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239639#M90245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Jamie.&lt;/P&gt;&lt;P&gt;try to set your expression for FiledName to put in variable vFieldName(for example) and set value od this variable as =''&amp;amp;DrivingTable.TABLE_NAME &amp;amp; '.PKEY'&lt;/P&gt;&lt;P&gt;and then calculate your aggregate function: count($(vFieldName))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 12:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-a-value-in-an-expression/m-p/239639#M90245</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-05-13T12:02:01Z</dc:date>
    </item>
  </channel>
</rss>

