<?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: Variable not working in a drill down table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549653#M1122980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can declare your variable like below.&lt;/P&gt;&lt;P&gt;v_Count = 'count(ID)' in the Variable Overview window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 11:34:01 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-01-22T11:34:01Z</dc:date>
    <item>
      <title>Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549648#M1122975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table which is a drill down table.&amp;nbsp; I have a variable which simply is =Count(ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I place the variable in the expression, my table does not return any values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use variables in a drill down table?&amp;nbsp; If so could some kindly let me know what I am doing wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549648#M1122975</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-01-22T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549649#M1122976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try $(v_Count) in your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549649#M1122976</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-01-22T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549650#M1122977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to&lt;/P&gt;&lt;P&gt;1. store the count of ID value in a variable then use like below&lt;/P&gt;&lt;P&gt;v_count = count(ID)&lt;/P&gt;&lt;P&gt;else if you want to store the count(ID) text in a variable for reuse purpose then use like below&lt;/P&gt;&lt;P&gt;v_Count = 'count(ID)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use $(v_Count) in your chart expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549650#M1122977</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-01-22T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549651#M1122978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I have tried your technique and unfortunately I get the same figure for every row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. in the example above I get the figures 86 for every row in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any further suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549651#M1122978</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-01-22T11:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549652#M1122979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the attachted document.&lt;/P&gt;&lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dennis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549652#M1122979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T11:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549653#M1122980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can declare your variable like below.&lt;/P&gt;&lt;P&gt;v_Count = 'count(ID)' in the Variable Overview window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549653#M1122980</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-01-22T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549654#M1122981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ofr your help.&amp;nbsp; This works perfectly.&amp;nbsp; All I need to do was take of the equals sign&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549654#M1122981</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-01-22T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working in a drill down table</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549655#M1122982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sudeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the problem.&amp;nbsp; The outcome was to just take the equals sign off when declaring the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help and suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working-in-a-drill-down-table/m-p/549655#M1122982</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2014-01-22T11:39:58Z</dc:date>
    </item>
  </channel>
</rss>

