<?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: Problem with Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544737#M482640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, the variable returns a text? If so, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({&amp;lt;SUBSECTION_DESC={$(=chr(39)&amp;amp;v_subsect&amp;amp;chr(39))}&amp;gt;}revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 11:26:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-31T11:26:51Z</dc:date>
    <item>
      <title>Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544732#M482635</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;&lt;/P&gt;&lt;P&gt;New to QV &amp;amp; slowly getting to grips with the syntax for QV expressions and have come across a problem using variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable defined: v_subsect where the value is SUBSECTION_DESC (without an equals) using this in a straight table with a dollar sign $(v_subsect) produces the correct result in that for each line on the table (representing a product) the correct Sub-Section is diplayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come up against issues trying to use the variable in a set analysis within the same straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example to give the total revenue for the sub-section a product belongs to I tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SUBSECTION_DESC=$(v_subsect)&amp;gt;}revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;SUBSECTION_DESC={$(v_subsect)}&amp;gt;}revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neither of which produced a value at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have any ideas as to where I am going wrong??&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;&lt;/P&gt;&lt;P&gt;PS - whilst I understand sharing the QV would be helpful, unfortunately I cannot do so due to business restrictions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544732#M482635</guid>
      <dc:creator />
      <dc:date>2013-07-31T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544733#M482636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({&amp;lt;SUBSECTION_DESC={$(=v_subsect)}&amp;gt;}revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544733#M482636</guid>
      <dc:creator />
      <dc:date>2013-07-31T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544734#M482637</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try puting = in your variable declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544734#M482637</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-07-31T11:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544735#M482638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Both - unfortunately I still get zero! which I know is not the correct answer (Since I can see the revenue for the product) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544735#M482638</guid>
      <dc:creator />
      <dc:date>2013-07-31T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544736#M482639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;SUBSECTION_DESC={$(=$var)}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change $var&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544736#M482639</guid>
      <dc:creator />
      <dc:date>2013-07-31T11:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544737#M482640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, the variable returns a text? If so, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({&amp;lt;SUBSECTION_DESC={$(=chr(39)&amp;amp;v_subsect&amp;amp;chr(39))}&amp;gt;}revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 11:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544737#M482640</guid>
      <dc:creator />
      <dc:date>2013-07-31T11:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544738#M482641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sum( TOTAL {&amp;lt;SUBSECTION_DESC={$(v_subsect)}&amp;gt;}revenue)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544738#M482641</guid>
      <dc:creator>Tammy_Milsom</dc:creator>
      <dc:date>2013-07-31T12:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544739#M482642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all - i am currently working with Andrew on this problem. I've attached a QVW with some dummy data which hopefully highlights the problem. Any ideas would be useful. Think we've tried most of them so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544739#M482642</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544740#M482643</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;Change the expression as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;range&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'$(v_Range)*'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;units&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544740#M482643</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544741#M482644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alas no... That nets me the same result as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13752745987991936" jivemacro_uid="_13752745987991936"&gt;&lt;P&gt;sum({$&amp;lt;range&amp;gt;}units) &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the total units for each product, rather than the total units for the range the product is in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this also doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13752746072785991" jivemacro_uid="_13752746072785991"&gt;&lt;P&gt;sum(all{$&amp;lt;range&amp;gt;}units) &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it totals all the ranges rather than all the products in the range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544741#M482644</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544742#M482645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I opened the qvw file and notice that the graph is not vinculated and the value of the variable was "range". This value needs to match any value of the range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the total of range 1 the variable v_range must be Range 1, like the rows in the field range. The expression is: sum(total{$&amp;lt;range={$(=chr(39)&amp;amp;v_Range&amp;amp;chr(39))}&amp;gt;}units)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the total of all you need to do like this:&lt;/P&gt;&lt;P&gt;sum(total units)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544742#M482645</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544743#M482646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i already have that one in there. Interstingly it works only when&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i have selected a range and&lt;/P&gt;&lt;P&gt;2) i change the variable to be "=range" rather than "range" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in any case this is not the result we are after. We need the total units of the range that a product belongs to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544743#M482646</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544744#M482647</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;Did you tried as below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;range&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;units&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544744#M482647</guid>
      <dc:creator />
      <dc:date>2013-07-31T12:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544745#M482648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have tried that. The following all return 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(total{$&amp;lt;range={$(=v_Range)}&amp;gt;}units) &lt;/P&gt;&lt;P&gt;sum(total{$&amp;lt;range={$(v_Range)}&amp;gt;}units) &lt;/P&gt;&lt;P&gt;sum(total{$&amp;lt;range={$(=chr(39)&amp;amp;v_Range&amp;amp;chr(39))}&amp;gt;}units) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following return the product level total and NOT the total for the range the product is part of.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;range={'$(v_Range)*'}&amp;gt;}units) &lt;/P&gt;&lt;P&gt;sum({$&amp;lt;range&amp;gt;}units) &lt;/P&gt;&lt;P&gt;sum({$&amp;lt;range=&amp;gt;}units) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 13:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544745#M482648</guid>
      <dc:creator />
      <dc:date>2013-07-31T13:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544746#M482649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works. However it's horrible and in real life this is not sustainable as we have thousands of "ranges".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 1',sum(all{$&amp;lt;range={'range 1'}&amp;gt;}units),&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 2',sum(all{$&amp;lt;range={'range 2'}&amp;gt;}units),&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 3',sum(all{$&amp;lt;range={'range 3'}&amp;gt;}units),&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 4',sum(all{$&amp;lt;range={'range 4'}&amp;gt;}units),&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 5',sum(all{$&amp;lt;range={'range 5'}&amp;gt;}units),&lt;/P&gt;&lt;P&gt;if($(=v_Range)='range 6',sum(all{$&amp;lt;range={'range 6'}&amp;gt;}units),0))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 13:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544746#M482649</guid>
      <dc:creator />
      <dc:date>2013-07-31T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544747#M482650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my current workaround....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the load file create the aggregate i need and append the column to the original dataset..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13752792982281064" jivemacro_uid="_13752792982281064"&gt;&lt;P&gt;myTable:&lt;/P&gt;&lt;P&gt;LOAD category, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; brand, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; range, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visits, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; units&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join &lt;/P&gt;&lt;P&gt;load range,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(visits) as range_visits,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(units) as range_units&lt;/P&gt;&lt;P&gt;Resident myTable&lt;/P&gt;&lt;P&gt;group by range;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this allows me to benchmark the product level conversion against it's parent range conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 13:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544747#M482650</guid>
      <dc:creator />
      <dc:date>2013-07-31T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544748#M482651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=aggr(nodistinct sum(units)/sum(visits),range) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boom!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Variable/m-p/544748#M482651</guid>
      <dc:creator />
      <dc:date>2013-07-31T16:24:03Z</dc:date>
    </item>
  </channel>
</rss>

