<?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: Masking / scramble single data in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004667#M974842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, you should not be using it twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need only one query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column1, column2, column3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As ([Car.Sales Owner])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qlikview.qvd (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where [Car.Sales Owner Country] &amp;lt;&amp;gt; 'UK';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or you can follow &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/RoiUser"&gt;RoiUser&lt;/A&gt;&lt;/STRONG&gt; suggestion as well if you don't want to re-type each column name in the load script:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As [Car.Sales Owner1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;from &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;qlikview.qvd (qvd)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;where [Car.Sales Owner Country] &amp;lt;&amp;gt; 'UK';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop field &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;rename field &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner1] to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Hope this helps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2015 14:09:22 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2015-09-09T14:09:22Z</dc:date>
    <item>
      <title>Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004663#M974836</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;&lt;/P&gt;&lt;P&gt;I am looking to mask single pieces of information in the script. ie hide a car owners name that does not want to be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below in the script but I keep getting errors upon reload. Any suggestions on how to fix this and what Im doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; * FROM qlikview.qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As ([Car.Sales Owner])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004663#M974836</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-09-09T13:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004664#M974837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If statement should be within LOAD script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As ([Car.Sales Owner])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM qlikview.qvd&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004664#M974837</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-09T13:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004665#M974838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should have something like this &lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As [Car.Sales Owner1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;qlikview.qvd (qvd);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rename field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Car.Sales Owner1] to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 13:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004665#M974838</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-09-09T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004666#M974840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the previous line I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM qlikview.qvd (qvd)&lt;/P&gt;&lt;P&gt;where [Car.Sales Owner Country] &amp;lt;&amp;gt; 'UK';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have in the next line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As ([Car.Sales Owner])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM qlikview.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie I am using the same .qvd twice, is this incorrect? As the Load If statement is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 14:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004666#M974840</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-09-09T14:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004667#M974842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, you should not be using it twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need only one query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column1, column2, column3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As ([Car.Sales Owner])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;qlikview.qvd (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where [Car.Sales Owner Country] &amp;lt;&amp;gt; 'UK';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or you can follow &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/RoiUser"&gt;RoiUser&lt;/A&gt;&lt;/STRONG&gt; suggestion as well if you don't want to re-type each column name in the load script:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;If ([Car.Sales Owner] = 'John', 'Car Owner 123', [Car.Sales Owner]) As [Car.Sales Owner1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;from &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;qlikview.qvd (qvd)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;where [Car.Sales Owner Country] &amp;lt;&amp;gt; 'UK';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop field &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;rename field &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner1] to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Car.Sales Owner];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Hope this helps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 14:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004667#M974842</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-09T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004668#M974844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this update it has worked with the one query only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 14:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004668#M974844</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-09-09T14:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Masking / scramble single data in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004669#M974846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the response.This, with a combination from Sinan, worked very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 14:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-scramble-single-data-in-the-script/m-p/1004669#M974846</guid>
      <dc:creator>knightwriter</dc:creator>
      <dc:date>2015-09-09T14:20:49Z</dc:date>
    </item>
  </channel>
</rss>

