<?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: Left Function Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502203#M187603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you connecting to the same data source in both cases?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 19:49:30 GMT</pubDate>
    <dc:creator>jpapador</dc:creator>
    <dc:date>2013-11-27T19:49:30Z</dc:date>
    <item>
      <title>Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502199#M187599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run into an issue when using Left function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I apply it on Local QlikView platform it works as needed but when I try to load the script on the server it doesn't recognize the Left function and it returns Null Value..&lt;/P&gt;&lt;P&gt;Both my local machine and server are on V11&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502199#M187599</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-11-27T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502200#M187600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post part of your script here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502200#M187600</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T19:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502201#M187601</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;The table on the source looks like&lt;/P&gt;&lt;P&gt;1/2011&lt;/P&gt;&lt;P&gt;1/2012&lt;/P&gt;&lt;P&gt;2/2012&lt;/P&gt;&lt;P&gt;3/2012&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load ows_LinkTitle,&lt;/P&gt;&lt;P&gt;Left([ows_LinkTitle],1) as [Key]&lt;/P&gt;&lt;P&gt;From Source table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works on my local QV normally but not on the server..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502201#M187601</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-11-27T19:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502202#M187602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First&amp;nbsp; let´s put some 'silly' test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ows_LinkTitle,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left([ows_LinkTitle],1) as [Key],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Left('ABC',1) as ShouldBeA&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Source table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502202#M187602</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T19:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502203#M187603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you connecting to the same data source in both cases?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502203#M187603</guid>
      <dc:creator>jpapador</dc:creator>
      <dc:date>2013-11-27T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502204#M187604</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;Yes I am connecting to the same source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested differently and used Left(FieldName, 2) and worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why the server adds an additional character while my PC read the right value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am loading data from SharePoint XML List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your thoughts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502204#M187604</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-11-27T19:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502205#M187605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Left(trim([ows_LinkTitle]),1) as [Key],&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502205#M187605</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502206#M187606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all of these functions work but I am trying to find why my pc loads the correct value while the server adds on one more chr to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 20:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502206#M187606</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2013-11-27T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502207#M187607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its exactly the same version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 21:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502207#M187607</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T21:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Left Function Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502208#M187608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you extracting through an ODBC/OLEDB driver? Maybe some different configuration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 21:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Function-Issue/m-p/502208#M187608</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-27T21:36:14Z</dc:date>
    </item>
  </channel>
</rss>

