<?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: Another simpleton question: Turn nr. into str in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608371#M224666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Text([FieldName]) AS FieldName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in the presentation tab of the list box, set the alignment on left/right for numbers and texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 08:38:42 GMT</pubDate>
    <dc:creator>agilos_mla</dc:creator>
    <dc:date>2014-02-05T08:38:42Z</dc:date>
    <item>
      <title>Another simpleton question: Turn nr. into str</title>
      <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608370#M224665</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;my issue is very simple: I have eight tables to CONCATENATE in the script. Seven of them have a nr. (the nr. of a delivery_slot, like "81, 82, 83" - one has a nr. and a text, "73-LV".&lt;/P&gt;&lt;P&gt;=&amp;gt; I have already enclosed them all in upper quotes,&amp;nbsp; but still those seven are regarded as numbers and displayed on the right-hand side of a listbox, the eigth is regarded as text and displayed on the left.&lt;/P&gt;&lt;P&gt;=&amp;gt; How can I make them all the same (text)?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608370#M224665</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-02-05T08:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Another simpleton question: Turn nr. into str</title>
      <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608371#M224666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Text([FieldName]) AS FieldName,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in the presentation tab of the list box, set the alignment on left/right for numbers and texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608371#M224666</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-05T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Another simpleton question: Turn nr. into str</title>
      <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608372#M224667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning. This is typecast and TEXT() is used to convert datatype into text. However; once typecasted, they are not read as number. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608372#M224667</guid>
      <dc:creator>atsushi_saijo</dc:creator>
      <dc:date>2014-02-05T08:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Another simpleton question: Turn nr. into str</title>
      <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608373#M224668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=text(field) as Field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608373#M224668</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-05T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Another simpleton question: Turn nr. into str</title>
      <link>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608374#M224669</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;thanks! The display on the left and right is, of course, only a symptom and not a big deal in itself - but there should not be this difference.&lt;/P&gt;&lt;P&gt;I'll use this function.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-simpleton-question-Turn-nr-into-str/m-p/608374#M224669</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-02-05T08:50:41Z</dc:date>
    </item>
  </channel>
</rss>

