<?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: help with Expresssion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827532#M291349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesnt work for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in source Payer Name is -&amp;nbsp; 'ABC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried all functions to get rid of quotes&amp;nbsp; but not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 14:58:13 GMT</pubDate>
    <dc:creator>arusanah</dc:creator>
    <dc:date>2015-05-21T14:58:13Z</dc:date>
    <item>
      <title>help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827528#M291345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="kk" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;i am trying to concatenate two fields as &lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;[Payer.Name] &amp;amp;'('&amp;amp; [Payer.Number] &amp;amp;')' as Payer.Name1&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;STRONG&gt;this expression is not working for me&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;Iget output as - ABC(1760)&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;whereas it should be ABC(1760)&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;i tried using purgechar(Payer.Name,'-') it replaces ' &lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;-&lt;/STRONG&gt; ' with '&amp;nbsp; &lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;'&lt;/STRONG&gt; '&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;SPAN style="font-size: 12.8000001907349px; line-height: 1.5em;"&gt; trim gives same output as origanal expression one . &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;can anybody help?&lt;/P&gt;&lt;P class="kl" dir="ltr" style="margin-bottom: 0.2em; color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;IMG alt=":(" class="jive-image" height="14" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif" style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-position: 0px -1246px;" width="14" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827528#M291345</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-05-21T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827529#M291346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Replace(&lt;/SPAN&gt;[Payer.Name] &amp;amp;'('&amp;amp; [Payer.Number] &amp;amp;')'&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt; '- ', '')&lt;/STRONG&gt; &lt;STRONG&gt;as Payer.Name1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827529#M291346</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-21T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827530#M291347</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;Just tried your expression and it looks ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Payer.Name, Payer.Number&lt;BR /&gt; ABC, 1760&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;BR /&gt; &lt;BR /&gt; Data2:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Payer.Name]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;'('&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Payer.Number]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;')' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Payer.Name1&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN&gt; Data&lt;BR /&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Output = &lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87191_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you checked your payer.name data? Can you post the source data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827530#M291347</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-21T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827531#M291348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TextBetween( [Payer .Name],'-','') &amp;amp;'('&amp;amp;&amp;nbsp; Payer.Number &amp;amp;')' as Payer.Name1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827531#M291348</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-21T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827532#M291349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesnt work for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in source Payer Name is -&amp;nbsp; 'ABC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried all functions to get rid of quotes&amp;nbsp; but not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827532#M291349</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2015-05-21T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827533#M291350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827533#M291350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-21T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827534#M291351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;PurgeChar([Payer.Name],'-'&amp;amp;Chr(39))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827534#M291351</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-05-21T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: help with Expresssion</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827535#M291352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arusanah,&lt;/P&gt;&lt;P&gt;If the source contains is definitely - 'ABC' then use below as a work around. Let me know if this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load mid(Payer.Name,4,3) &amp;amp; '(' &amp;amp; Payer.Number &amp;amp; ')' As ConcatenatedPayer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-Expresssion/m-p/827535#M291352</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-05-21T15:19:37Z</dc:date>
    </item>
  </channel>
</rss>

