<?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: Evaluating Variable within another Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720592#M677206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this instead for your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= $(='['&amp;amp;only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;pivotDim1&lt;/SPAN&gt;)&amp;amp;']')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes and if you need me to explain how it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 16:25:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-20T16:25:16Z</dc:date>
    <item>
      <title>Evaluating Variable within another Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720590#M677204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart where the user selects the dimension from an input box. For dimensions that are more than one word, the dynamic chart doesn't work because I need brackets around the name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If the user selects Target Line, I need to pass [Target Line].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a new variable using the code:&lt;/P&gt;&lt;P&gt;='[' &amp;amp; $(pivotDim1) &amp;amp; ']'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this only returns [] without the selected dimension between brackets. My pivotDim1 variable works fine for reading the selected name, so this variable is not the problem. Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720590#M677204</guid>
      <dc:creator />
      <dc:date>2014-06-20T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Variable within another Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720591#M677205</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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;='[' &amp;amp; pivotDim1 &amp;amp; ']'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;edit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;='[' &amp;amp; '$(pivotDim1)' &amp;amp; ']'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 16:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720591#M677205</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-20T16:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Variable within another Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720592#M677206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this instead for your calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= $(='['&amp;amp;only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;pivotDim1&lt;/SPAN&gt;)&amp;amp;']')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes and if you need me to explain how it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 16:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720592#M677206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Variable within another Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720593#M677207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression without the dollar sign worked! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 17:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720593#M677207</guid>
      <dc:creator />
      <dc:date>2014-06-20T17:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Variable within another Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720594#M677208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work, but I was able to fix it by removing the dollar sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 17:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Variable-within-another-Variable/m-p/720594#M677208</guid>
      <dc:creator />
      <dc:date>2014-06-20T17:20:03Z</dc:date>
    </item>
  </channel>
</rss>

