<?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: Special variable concatenation. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590685#M1120033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! You nailed it, jerem1234! Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 12:36:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-31T12:36:25Z</dc:date>
    <item>
      <title>Special variable concatenation.</title>
      <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590681#M1120029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone. Hope you are doing good. My problem is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a variable called 'v_SelectedMonth' (if the selected month is 'Jan', the variable adopts 'January'; if the selected value is 'Feb', the variable adopts 'February'. You get the point).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, separately, I have twelve variables: v_DolarCotizationJanuary, v_DolarCotizationFebruary... etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to do a division: the divisor is one of those twelve values, depending on the selected month: so, if I select 'Nov', I want 'v_DolarCotizationNovember' to be my divisor, and I want to achieve that value through the concatenation of 'v_DolarCotization' and the content of v_SelectedMonth. I need to do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amount / &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(Moneda='Peso',1,$('v_DolarCotization' &amp;amp; $(v_SelectedMonth)) ) * (-1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, I am here because that doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 18:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590681#M1120029</guid>
      <dc:creator />
      <dc:date>2014-01-30T18:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Special variable concatenation.</title>
      <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590682#M1120030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Perhaps this: $(='v_DolarCotization' &amp;amp; $(v_SelectedMonth))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590682#M1120030</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-30T19:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Special variable concatenation.</title>
      <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590683#M1120031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good one, Gysbert. But sadly, it did not work for me : (&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590683#M1120031</guid>
      <dc:creator />
      <dc:date>2014-01-30T19:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Special variable concatenation.</title>
      <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590684#M1120032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&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;$(='v_DolarCotization' &amp;amp; v_SelectedMonth)&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590684#M1120032</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-30T19:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Special variable concatenation.</title>
      <link>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590685#M1120033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah! You nailed it, jerem1234! Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 12:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Special-variable-concatenation/m-p/590685#M1120033</guid>
      <dc:creator />
      <dc:date>2014-01-31T12:36:25Z</dc:date>
    </item>
  </channel>
</rss>

