<?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 Syntax to Concat two variables in another variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718664#M258223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three variables&amp;nbsp; vStartMM&amp;nbsp;&amp;nbsp; vStartYY vSTARTMMYY within vStartmm and vStartYY I have fields which change based on selections made (they are ok). What I require is to take these two variables and concatenate them into one variable vSTARTMMYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the Variable Overview - Definition- I am using the CONCAT function. I have looked high and low for just one example that would be of use and I cannot find one - ANYONE help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 11:29:28 GMT</pubDate>
    <dc:creator>oakes_gco_qlik</dc:creator>
    <dc:date>2014-06-20T11:29:28Z</dc:date>
    <item>
      <title>Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718664#M258223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three variables&amp;nbsp; vStartMM&amp;nbsp;&amp;nbsp; vStartYY vSTARTMMYY within vStartmm and vStartYY I have fields which change based on selections made (they are ok). What I require is to take these two variables and concatenate them into one variable vSTARTMMYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the Variable Overview - Definition- I am using the CONCAT function. I have looked high and low for just one example that would be of use and I cannot find one - ANYONE help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718664#M258223</guid>
      <dc:creator>oakes_gco_qlik</dc:creator>
      <dc:date>2014-06-20T11:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718665#M258224</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;LET vStartMM = ....&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;LET vStartYY = ...&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;LET vSTARTMMYY = $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vStartYY)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vStartMM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;;&lt;/SPAN&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;let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718665#M258224</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-20T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718666#M258225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the concatenation operator &amp;amp; instead to concatenate two strings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vStartMM &amp;amp; vStartYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718666#M258225</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-20T11:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718667#M258226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but I am thinking this would be ok in the script but inside the variable Overview (Definition)its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718667#M258226</guid>
      <dc:creator>oakes_gco_qlik</dc:creator>
      <dc:date>2014-06-20T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718668#M258227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I didnt need 'concat' any way - no wonder I couldnt get it to work. This has resolved my problem. Thankyou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718668#M258227</guid>
      <dc:creator>oakes_gco_qlik</dc:creator>
      <dc:date>2014-06-20T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718669#M258228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi me again- I am very close to my solution just one little problem. When I concatenate the two variables (one of which is month) the value is a single digit for Jan to Sept where I need it to be two digits ie&amp;nbsp; 01 for Jan up to 09 for Sept.&lt;/P&gt;&lt;P&gt;My selections and subsequent analysis works ok when I select Oct Nov&amp;nbsp; Dec. as they are 10&amp;nbsp;&amp;nbsp; 11&amp;nbsp;&amp;nbsp; 12.&lt;/P&gt;&lt;P&gt;Any suggestions??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718669#M258228</guid>
      <dc:creator>oakes_gco_qlik</dc:creator>
      <dc:date>2014-06-20T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718670#M258229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right('0'&amp;amp;Month_var,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718670#M258229</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-06-20T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718671#M258230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vStartMM&lt;/SPAN&gt;,'00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718671#M258230</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-20T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax to Concat two variables in another variable</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718672#M258231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-to-Concat-two-variables-in-another-variable/m-p/718672#M258231</guid>
      <dc:creator>oakes_gco_qlik</dc:creator>
      <dc:date>2014-06-20T14:38:43Z</dc:date>
    </item>
  </channel>
</rss>

