<?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: match function for the Fields with single quote in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405896#M425747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chr(39) function used to handle the single code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;try like this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(Frequency,'Q1'&amp;amp;chr(39)&amp;amp;'17', 'Q2'&amp;amp;chr(39)&amp;amp;'17', 'Q3'&amp;amp;chr(39)&amp;amp;'17', 'Q4'&amp;amp;chr(39)&amp;amp;'17', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan', 'Feb', 'Mar')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181948_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 07:00:22 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-11-03T07:00:22Z</dc:date>
    <item>
      <title>match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405894#M425745</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;I am trying to use forced sort using match function to re-arrange the sequence in the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Name: Frequency&lt;/P&gt;&lt;P&gt;Values: Q1'17, Q2'17, Q3'17, Q4'17, Apr, May, Jun. Jul, Aug, Sep, Oct, Nov, Dec, Jan, Feb, Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match (Frequency('&lt;SPAN style="font-size: 13.3333px;"&gt;Q1'17', 'Q2'17', 'Q3'17', 'Q4'17', 'Apr', 'May', 'Jun'. 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan', 'Feb', 'Mar')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As the values of Field does have ' (single quote), hence it is throwing error. &lt;/P&gt;&lt;P&gt;How to take care of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405894#M425745</guid>
      <dc:creator>narayanamsn</dc:creator>
      <dc:date>2017-11-03T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405895#M425746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Instead of doing this why don't you create a mapping table in the script for Q1, Q2 etc with corresponding month &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405895#M425746</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-11-03T06:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405896#M425747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chr(39) function used to handle the single code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;try like this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(Frequency,'Q1'&amp;amp;chr(39)&amp;amp;'17', 'Q2'&amp;amp;chr(39)&amp;amp;'17', 'Q3'&amp;amp;chr(39)&amp;amp;'17', 'Q4'&amp;amp;chr(39)&amp;amp;'17', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan', 'Feb', 'Mar')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181948_Capture.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 07:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405896#M425747</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-11-03T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405897#M425748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put an additional single quote that would work as an escape sequence. Try like:&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; font-size: 13px;"&gt;Match (Frequency, '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1&lt;STRONG&gt;''&lt;/STRONG&gt;17', 'Q2&lt;STRONG&gt;''&lt;/STRONG&gt;17', .....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note: T&lt;EM&gt;wo single quotes&lt;/EM&gt; and not double quote.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 07:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405897#M425748</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-03T07:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405898#M425749</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; font-size: 13px;"&gt;Match (Frequency('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1''17', 'Q2''17', 'Q3''17', 'Q4''17', 'Apr', 'May', 'Jun'. 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan', 'Feb', 'Mar')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181952_Capture.PNG" style="height: 108px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pradosh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 07:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405898#M425749</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-03T07:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: match function for the Fields with single quote</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405899#M425750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just double up the single quote marks to include them in the string (ie to escape them):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Match (Frequency, &lt;STRONG&gt;'Q1''17', 'Q2''17', 'Q3''17', 'Q4''17',&lt;/STRONG&gt; 'Apr', 'May', 'Jun'. 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan', 'Feb', 'Mar')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that is two single quotes, not a double quote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 07:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-for-the-Fields-with-single-quote/m-p/1405899#M425750</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-03T07:20:51Z</dc:date>
    </item>
  </channel>
</rss>

