<?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 Keep data scrambled on reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231702#M83409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am building an application which has some data that I would prefer the end users to not see the real values of, but I do want them to see the field. I know I can do this via the "Scramble" tab on the document after it is loaded, but when the reload is run, the scrambling is lost. So, it seems to me that the Scramble function at that level is great for doing a demo, but not on an operational basis.&lt;/P&gt;&lt;P&gt;Is there a way to scramble a field in the load script, or preserve the scrambling after the reload ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am using v 8.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 22:59:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-04T22:59:47Z</dc:date>
    <item>
      <title>Keep data scrambled on reload</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231702#M83409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am building an application which has some data that I would prefer the end users to not see the real values of, but I do want them to see the field. I know I can do this via the "Scramble" tab on the document after it is loaded, but when the reload is run, the scrambling is lost. So, it seems to me that the Scramble function at that level is great for doing a demo, but not on an operational basis.&lt;/P&gt;&lt;P&gt;Is there a way to scramble a field in the load script, or preserve the scrambling after the reload ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am using v 8.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 22:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231702#M83409</guid>
      <dc:creator />
      <dc:date>2010-05-04T22:59:47Z</dc:date>
    </item>
    <item>
      <title>Keep data scrambled on reload</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231703#M83410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do your own scrambling in the load script with the hash128() function.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 23:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231703#M83410</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-05-04T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Keep data scrambled on reload</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231704#M83411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this macro to run OnPostReload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Scramble&lt;BR /&gt; ActiveDocument.ScrambleField "Field",false&lt;BR /&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 23:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231704#M83411</guid>
      <dc:creator />
      <dc:date>2010-05-04T23:09:43Z</dc:date>
    </item>
    <item>
      <title>Keep data scrambled on reload</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231705#M83412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you, both of your ides work!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 16:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231705#M83412</guid>
      <dc:creator />
      <dc:date>2010-05-05T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Keep data scrambled on reload</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231706#M83413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is there any way to scramble a substring on the OnPostReload?&amp;nbsp; For example, if I field "ABDC123", I only want to only scramble the first 4 characters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-data-scrambled-on-reload/m-p/231706#M83413</guid>
      <dc:creator />
      <dc:date>2011-12-08T20:11:28Z</dc:date>
    </item>
  </channel>
</rss>

