<?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: Field Not Found When Converting Field to Text() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4591#M745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooo Yes, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;I forgot that ORACLE always names fields with UPPER CASE signs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 08:00:48 GMT</pubDate>
    <dc:creator>janturon</dc:creator>
    <dc:date>2018-01-22T08:00:48Z</dc:date>
    <item>
      <title>Field Not Found When Converting Field to Text()</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4589#M743</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 need to convert field hk_US to text, because QlikView automaticly takes this field (when is without cast...) as Num and makes TOTALS which I dont want. For example If values are 31 and 031, Qlik merge this values to 031.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used script like below... But always have Error code Field not found.&lt;/P&gt;&lt;P&gt;P.S. Select is from ORACLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Text (hk_US) as hk_USyn,&lt;/P&gt;&lt;P&gt; $(vminobd) as OBDOBIE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;UCTY.ID,&lt;/P&gt;&lt;P&gt;cast (UCTY.UCET as varchar(10)) as hk_US,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 07:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4589#M743</guid>
      <dc:creator>janturon</dc:creator>
      <dc:date>2018-01-22T07:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found When Converting Field to Text()</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4590#M744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try in upper case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text (&lt;STRONG style="color: #ff0000;"&gt;HK_US&lt;/STRONG&gt;) as hk_USyn,&lt;/P&gt;&lt;P&gt;$(vminobd) as OBDOBIE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;UCTY.ID,&lt;/P&gt;&lt;P&gt;cast (UCTY.UCET as varchar(10)) as hk_US,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 07:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4590#M744</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-01-22T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found When Converting Field to Text()</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4591#M745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooo Yes, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;I forgot that ORACLE always names fields with UPPER CASE signs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 08:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4591#M745</guid>
      <dc:creator>janturon</dc:creator>
      <dc:date>2018-01-22T08:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found When Converting Field to Text()</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4592#M746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It´s Monday.... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 08:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4592#M746</guid>
      <dc:creator>janturon</dc:creator>
      <dc:date>2018-01-22T08:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found When Converting Field to Text()</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4593#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; ..&lt;/P&gt;&lt;P&gt;you can override this Setting with the force function if needed.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Force.htm" title="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Force.htm"&gt;Force ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 08:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-When-Converting-Field-to-Text/m-p/4593#M747</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-01-22T08:05:02Z</dc:date>
    </item>
  </channel>
</rss>

