<?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 Variable concatenated with $ not evaluating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308138#M496384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; bump!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 13:49:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-19T13:49:18Z</dc:date>
    <item>
      <title>Variable concatenated with $ not evaluating</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308137#M496383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a table that includes metric names and metric variables (set as formulas) for two groups. In an expression in a straight table, the variable (which includes parentheses) is returned and I am concatenating it with a dollar sign. My hope was that this would force dollar sign expansion of the variable, but it isn't evaluating. Can anyone give me some advice on how to make this happen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See qwv attached.&amp;nbsp; First Expression is the field from the table that contains the variables (see Inline Load in CALCs tab in load script). Second Expression is the field (variable) concatenated with a dollar sign at the front. The Fourth Expression is what the result should be for Group 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308137#M496383</guid>
      <dc:creator />
      <dc:date>2011-12-16T16:43:53Z</dc:date>
    </item>
    <item>
      <title>Variable concatenated with $ not evaluating</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308138#M496384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; bump!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 13:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308138#M496384</guid>
      <dc:creator />
      <dc:date>2011-12-19T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Variable concatenated with $ not evaluating</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308139#M496385</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;Please find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 14:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308139#M496385</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-19T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Variable concatenated with $ not evaluating</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308140#M496386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't force evaluation that way. Would be nice, but as you found you get just a string with a $ in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I've approached this problem is with a pick(match()) expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match(Vg1Metric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , 'Vg1Head'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'Vg1Liv'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , '$(Vg1Head)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , $(Vg1Liv)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 17:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308140#M496386</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-19T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Variable concatenated with $ not evaluating</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308141#M496387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you, Rob! This approach will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 18:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-concatenated-with-not-evaluating/m-p/308141#M496387</guid>
      <dc:creator />
      <dc:date>2011-12-19T18:21:19Z</dc:date>
    </item>
  </channel>
</rss>

