<?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 remove unwanted character from list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221458#M74268</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;Here follows my coding to get day format like this : 12-Tue-Oct 2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;Day([Date Coded])&amp;amp;'-'&amp;amp;weekDay([Date Coded])&amp;amp;'-'&amp;amp;MonthName([Date Coded]) &lt;B&gt;as&lt;/B&gt; Day,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;I am showing day field in a list box.&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;but i am getting some null value&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;How can i eliminate it.?&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 08:58:37 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2010-09-29T08:58:37Z</dc:date>
    <item>
      <title>remove unwanted character from list box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221458#M74268</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;Here follows my coding to get day format like this : 12-Tue-Oct 2010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;Day([Date Coded])&amp;amp;'-'&amp;amp;weekDay([Date Coded])&amp;amp;'-'&amp;amp;MonthName([Date Coded]) &lt;B&gt;as&lt;/B&gt; Day,&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;I am showing day field in a list box.&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;but i am getting some null value&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;How can i eliminate it.?&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221458#M74268</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-09-29T08:58:37Z</dc:date>
    </item>
    <item>
      <title>remove unwanted character from list box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221459#M74269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check first of your Date Coded field has a value!&lt;/P&gt;&lt;P&gt;IF(NOT ISNULL([Date Coded]),&lt;BR /&gt; Day([Date Coded])&amp;amp;'-'&amp;amp;weekDay([Date Coded])&amp;amp;'-'&amp;amp;MonthName([Date Coded]),&lt;BR /&gt; NULL()) &lt;B&gt;as&lt;/B&gt; Day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 09:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221459#M74269</guid>
      <dc:creator />
      <dc:date>2010-09-29T09:06:23Z</dc:date>
    </item>
    <item>
      <title>remove unwanted character from list box</title>
      <link>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221460#M74270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sander, its eliminated now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 10:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-unwanted-character-from-list-box/m-p/221460#M74270</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-09-29T10:39:25Z</dc:date>
    </item>
  </channel>
</rss>

