<?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 How do you change the data decoding/encoding in Qlik Sense? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117420#M628</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;Does anyone know how to change the encoding/decoding in Qlik Sense? I ask because I have an application which reads data from an Excel spread sheet in which the data looks fine but in Qlik Sense SPACES between words come out as _x0030_ (see attached picture). So for example Joe Bloggs would come out as Joe_x0020_Bloggs. To fix the problem I have to copy and paste special in excel as values then resave which sorts it out. This is fine for a one off but I have multiple reports on a daily basis to do this to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For extra info I am exporting the data from SAS into the excel file and have tried every encoding SAS has to offer but the all come out the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 16:37:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-23T16:37:26Z</dc:date>
    <item>
      <title>How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117420#M628</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;Does anyone know how to change the encoding/decoding in Qlik Sense? I ask because I have an application which reads data from an Excel spread sheet in which the data looks fine but in Qlik Sense SPACES between words come out as _x0030_ (see attached picture). So for example Joe Bloggs would come out as Joe_x0020_Bloggs. To fix the problem I have to copy and paste special in excel as values then resave which sorts it out. This is fine for a one off but I have multiple reports on a daily basis to do this to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For extra info I am exporting the data from SAS into the excel file and have tried every encoding SAS has to offer but the all come out the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117420#M628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T16:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117421#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload an sample excel file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117421#M629</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-07-23T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117422#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be after data load, you can replace that unwanted value with space as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;From abc.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace(Name,'_x0020_',' ') as Name&lt;/P&gt;&lt;P&gt;Resident ABC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ABC;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 06:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117422#M630</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-24T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117423#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked! Many, many thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 07:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117423#M631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117424#M632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala/Rob, Bala's suggestion worked. Many thanks for responding it is much appreciated. Thanks, Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 12:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117424#M632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T12:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117425#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the replace function work for multiple replacements in one statement? For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(Name,'_x0020_',' ') or Replace(Name,'_x002F_',' ') as Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(,'_x002F_' or '_x0020_',' ') as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the above do not work but unsure of Syntax for multiple replaces of the same variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117425#M633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T13:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117426#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorted- thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace(Replace(,'_x0020_',' '),'_x002F_',' ') as ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117426#M634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you change the data decoding/encoding in Qlik Sense?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117427#M635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil, I'm very glad that, solution help you to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark it as Answered &amp;amp; Close this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-do-you-change-the-data-decoding-encoding-in-Qlik-Sense/m-p/117427#M635</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-24T16:08:13Z</dc:date>
    </item>
  </channel>
</rss>

