<?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 Hi, can someone help concatenate two variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629927#M1088137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help concatenate two variables.(not sure if this is the correct way to describe my issue, still new to QV&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;, please bear with me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have two variables, vOpr and vNum. vOpr is used to store operators, like &amp;lt;, &amp;gt; or =, while vNum is used to allow user to enter number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I want to see a listing of users with Hours_Charged more than 10. I should be able to select vOpr as '&amp;gt;' and specify vNum as 10. &lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;But I'm not quite sure how to define the &lt;/SPAN&gt;dimension&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;. Right now I have =if([Hours Charged]&amp;amp;$(vOpr+vNum),Client)... and it doesn't give me the correct results...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attachment for details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dorothy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 17:50:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-27T17:50:08Z</dc:date>
    <item>
      <title>Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629927#M1088137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help concatenate two variables.(not sure if this is the correct way to describe my issue, still new to QV&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;, please bear with me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have two variables, vOpr and vNum. vOpr is used to store operators, like &amp;lt;, &amp;gt; or =, while vNum is used to allow user to enter number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I want to see a listing of users with Hours_Charged more than 10. I should be able to select vOpr as '&amp;gt;' and specify vNum as 10. &lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;But I'm not quite sure how to define the &lt;/SPAN&gt;dimension&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;. Right now I have =if([Hours Charged]&amp;amp;$(vOpr+vNum),Client)... and it doesn't give me the correct results...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attachment for details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dorothy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 17:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629927#M1088137</guid>
      <dc:creator />
      <dc:date>2014-05-27T17:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629928#M1088138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dorothy, try attached.&amp;nbsp; The calculated dimension is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Hours Charged]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vOpr)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNum)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,Client) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(I had a minor trouble with the '=' sign, I hope you'll figure out.&amp;nbsp; Maybe you don't need it...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 18:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629928#M1088138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629929#M1088139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what Michael posted - you can use spaces to trick QV into using the dollar sign.&amp;nbsp; See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 18:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629929#M1088139</guid>
      <dc:creator />
      <dc:date>2014-05-27T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629930#M1088145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Micheal, this is really helpful!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 03:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629930#M1088145</guid>
      <dc:creator />
      <dc:date>2014-05-28T03:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629931#M1088146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rebecca, work like a charm&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 03:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629931#M1088146</guid>
      <dc:creator />
      <dc:date>2014-05-28T03:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629932#M1088147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark Michael's answer as Correct and mine as Helpful.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629932#M1088147</guid>
      <dc:creator />
      <dc:date>2014-05-28T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629933#M1088148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess Dorothy knows better how to mark the answers&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 13:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629933#M1088148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T13:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629934#M1088149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't intend to hijack your thread!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629934#M1088149</guid>
      <dc:creator />
      <dc:date>2014-05-28T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, can someone help concatenate two variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629935#M1088150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, it's not a private message after all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 14:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-can-someone-help-concatenate-two-variables/m-p/629935#M1088150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T14:09:26Z</dc:date>
    </item>
  </channel>
</rss>

