<?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: Text function not working in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257913#M869006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought so they might change from Text to Convert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: mediumblue;"&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;(VARCHAR(&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: red;"&gt;19&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;),GETDATE())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;And can we know, Earlier which expression is working for you. So that, I may try same thing in 2014 and then we can discuss to solve the same issue&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 02:34:46 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-12-01T02:34:46Z</dc:date>
    <item>
      <title>Text function not working in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257912#M869005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an old script which uses the Text function to convert Periods (201601, etc) to text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script has been running for many years. I recently started testing with a new version of SQL Server 2014 and I notice when I apply the Text function to this field I get question marks or undefined values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an issue with the Text function and new versions of SQL Server or is there a SQL Server setting I need to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257912#M869005</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text function not working in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257913#M869006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought so they might change from Text to Convert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: mediumblue;"&gt;CONVERT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;(VARCHAR(&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, 'courier new'; font-size: 16px; color: red;"&gt;19&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;),GETDATE())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;And can we know, Earlier which expression is working for you. So that, I may try same thing in 2014 and then we can discuss to solve the same issue&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 02:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257913#M869006</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-12-01T02:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text function not working in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257914#M869008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally a question mark is a placeholder for fieldvalues which hadn't a string-representation. If you used something like: num/date(Field) or dual(Field, Field) you will see the values. If this don't work please post your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 06:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-function-not-working-in-load-script/m-p/1257914#M869008</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-01T06:52:26Z</dc:date>
    </item>
  </channel>
</rss>

