<?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: Using expressions in variables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555386#M481328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it my self - A rookie mistake &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;Inserting the variable in qlikview without = does the trick and then referer to the variable by using $(variablename)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 14:44:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-14T14:44:13Z</dc:date>
    <item>
      <title>Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555381#M481323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i have this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(aggr(sum(amount),Date,Organization)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i then make a variable called vExpression1 = Sum(aggr(sum(amount),Date,Organization)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then in my expression field for my chart or straight table just write vExpression1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried but i cannot seem to get it to work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555381#M481323</guid>
      <dc:creator />
      <dc:date>2013-10-14T14:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555382#M481324</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 that&lt;/P&gt;&lt;P&gt;var1 = Sum(aggr(sum(amount),Date,Organization)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression like &lt;/P&gt;&lt;P&gt;= $(var1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u not get means please provide sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555382#M481324</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2013-10-14T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555383#M481325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, cannot provide example.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555383#M481325</guid>
      <dc:creator />
      <dc:date>2013-10-14T14:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555384#M481326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While defining the variable in variable overview window, if you put an '=' symbol and then the expression, then you can simply call the expression by simply putting =variable_name, otherwise put a '$' symbol like: =$(variable_name). This should work fine, if not, it would be something else(your dimension/expression ) rather than the variable expansion issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555384#M481326</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-14T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555385#M481327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide an qvw example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause if i do like that, It does not work on aggr. Its like it does not aggr over my dates, but it takes in action which selections i have made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555385#M481327</guid>
      <dc:creator />
      <dc:date>2013-10-14T14:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using expressions in variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555386#M481328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it my self - A rookie mistake &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;Inserting the variable in qlikview without = does the trick and then referer to the variable by using $(variablename)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-expressions-in-variables/m-p/555386#M481328</guid>
      <dc:creator />
      <dc:date>2013-10-14T14:44:13Z</dc:date>
    </item>
  </channel>
</rss>

