<?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 chr( n ) function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932162#M978650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am just confused with using &lt;SPAN style="color: #0000ff;"&gt;chr( &lt;/SPAN&gt;&lt;SPAN class="Italic" style="color: #0000ff;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #0000ff;"&gt; )&lt;/SPAN&gt; function. I have seen in help but didn't find full info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Please help to provide sample application/information on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2020-11-20T18:02:30Z</dc:date>
    <item>
      <title>chr( n ) function</title>
      <link>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932162#M978650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am just confused with using &lt;SPAN style="color: #0000ff;"&gt;chr( &lt;/SPAN&gt;&lt;SPAN class="Italic" style="color: #0000ff;"&gt;n&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #0000ff;"&gt; )&lt;/SPAN&gt; function. I have seen in help but didn't find full info.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Please help to provide sample application/information on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932162#M978650</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: chr( n ) function</title>
      <link>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932163#M978651</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;Please have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8421"&gt;How to find a number for a char: chr() and ord() functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 03:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932163#M978651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-29T03:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: chr( n ) function</title>
      <link>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932164#M978653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/qlikviewnovice"&gt;qlikviewnovice&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you so much. I got it now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 04:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932164#M978653</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-29T04:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: chr( n ) function</title>
      <link>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932165#M978654</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;Chr(AsciiNumber) will return the character of given ASCII number.&amp;nbsp; Generally this is used when we want to insert single quote(') in our expression or in concatenation, since it is an error to mention single quote between ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If we want form a string like this - don't we need to use like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='don' &amp;amp; Chr(39) &amp;amp; 't'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to display Qlikview &amp;amp; Qliksense in two different lines in text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Qlikview' &amp;amp; Chr(10) &amp;amp; 'Qliksense'&amp;nbsp;&amp;nbsp; -- Ascii code for Carriage return is 10&amp;nbsp; --- Chr(10) = Enter key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output is:&lt;/P&gt;&lt;P&gt;Qlikview&lt;/P&gt;&lt;P&gt;Qliksense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 09:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chr-n-function/m-p/932165#M978654</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-29T09:53:39Z</dc:date>
    </item>
  </channel>
</rss>

