<?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 Text (expression) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349058#M129335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to load all the data from a source as text without having to reference each field individually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a table&amp;nbsp; abc with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All fields can be alpha numberic so if Code1 = 00361 and Code2 = 0032 and Desciption3 = 000000009 the precdiing 0's need to remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since all fields need to be read is as text is there a way to specify that for the entire table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2012 00:07:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-13T00:07:30Z</dc:date>
    <item>
      <title>Text (expression)</title>
      <link>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349058#M129335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to load all the data from a source as text without having to reference each field individually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a table&amp;nbsp; abc with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All fields can be alpha numberic so if Code1 = 00361 and Code2 = 0032 and Desciption3 = 000000009 the precdiing 0's need to remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since all fields need to be read is as text is there a way to specify that for the entire table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 00:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349058#M129335</guid>
      <dc:creator />
      <dc:date>2012-07-13T00:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Text (expression)</title>
      <link>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349059#M129336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load text(Code1) as Code1,text(Code2) as Code2,text(Description3) as Description3 from abc.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Rokkam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 01:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349059#M129336</guid>
      <dc:creator />
      <dc:date>2012-07-13T01:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Text (expression)</title>
      <link>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349060#M129337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know if I could ensure they are all text in one statement such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Text(*)&lt;/P&gt;&lt;P&gt;from abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I would not need to code text for all the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 02:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349060#M129337</guid>
      <dc:creator />
      <dc:date>2012-07-13T02:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text (expression)</title>
      <link>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349061#M129338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to load all the fields from table abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Text(field1), as field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Text(field2) as field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Text(fieldx) as fieldx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from table abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anyway to load in all the fields from the table as text in a single statement without having to reference each field in the load statment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 14:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-expression/m-p/349061#M129338</guid>
      <dc:creator />
      <dc:date>2012-07-14T14:47:41Z</dc:date>
    </item>
  </channel>
</rss>

