<?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: Replace function within hashcode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383730#M421489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;DaneOsobowe2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(&lt;/STRONG&gt;Text(Hash128(PESEL, Person_ID, Company_shortcut, Department))&lt;STRONG&gt;, ',', ';')&lt;/STRONG&gt; as UniqueID,&lt;/P&gt;&lt;P&gt;Date(Now()) as Data_Zmiany,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;resident DaneOsobowe;&lt;/P&gt;&lt;P&gt;drop table DaneOsobowe;&lt;/P&gt;&lt;P&gt;RENAME table DaneOsobowe2 to DaneOsobowe;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 07:26:08 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-28T07:26:08Z</dc:date>
    <item>
      <title>Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383726#M421485</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 have hashcode like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A'--$Q&amp;gt;F7+O/"ZC.T(3#U,;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have to replace sign ' in order to load this to MS SQL Server without errors (MS SQL Server has problem with my hashcode from txt file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i write the replace function? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Jacek Antek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383726#M421485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383727#M421486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hashoce is my uniqueID field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;DaneOsobowe2:&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;Text(Hash128(PESEL, Person_ID, Company_shortcut, Department)) as UniqueID,&lt;/P&gt;
&lt;P&gt;//PESEL &amp;amp; Person_ID &amp;amp; Company_shortcut &amp;amp; Department AS UniqueID,&lt;/P&gt;
&lt;P&gt;Date(Now()) as Data_Zmiany,&lt;/P&gt;
&lt;P&gt;*&lt;/P&gt;
&lt;P&gt;resident DaneOsobowe;&lt;/P&gt;
&lt;P&gt;drop table DaneOsobowe;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;RENAME table DaneOsobowe2 to DaneOsobowe;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that i have to create another table here and use replace function or maybe do you know maybe better approach?&lt;/P&gt;&lt;P&gt;How this function should look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 06:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383727#M421486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383728#M421487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this ?&lt;/P&gt;&lt;P&gt;Replace(uniqueID,Chr(39),'something')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383728#M421487</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2017-11-28T07:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383729#M421488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to do that (creating UniqueID and replace it) within one table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in first table i should create UniqueID and in the next replace it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383729#M421488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383730#M421489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;DaneOsobowe2:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Replace(&lt;/STRONG&gt;Text(Hash128(PESEL, Person_ID, Company_shortcut, Department))&lt;STRONG&gt;, ',', ';')&lt;/STRONG&gt; as UniqueID,&lt;/P&gt;&lt;P&gt;Date(Now()) as Data_Zmiany,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;resident DaneOsobowe;&lt;/P&gt;&lt;P&gt;drop table DaneOsobowe;&lt;/P&gt;&lt;P&gt;RENAME table DaneOsobowe2 to DaneOsobowe;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383730#M421489</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-28T07:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383731#M421490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it in one table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Relace(Text(Hash128(PESEL, Person_ID, Company_shortcut, Department)) ,Chr(39),'Something') as UniqueID&lt;/P&gt;&lt;P&gt;From &amp;lt;TableName&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383731#M421490</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2017-11-28T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function within hashcode</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383732#M421491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much Guys,&lt;/P&gt;&lt;P&gt;this is working !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jacek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-function-within-hashcode/m-p/1383732#M421491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T07:41:15Z</dc:date>
    </item>
  </channel>
</rss>

