<?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: ActiveDocument.ScrambleField &amp;quot;Field&amp;quot; Macro doesnt work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719738#M1079604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you test in the acces point or in the desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this not using a macro , using a trigger could be easier and it works ok in the desktop and the acces point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;document properties - trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jul 2014 14:13:22 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2014-07-06T14:13:22Z</dc:date>
    <item>
      <title>ActiveDocument.ScrambleField "Field" Macro doesnt work</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719737#M1079603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;i had a requirement to scramble a certain field if the Var XX= 0.&lt;/P&gt;&lt;P&gt;i triggered this macro on the " OnOpen "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ActiveDocument.Variables("XX").GetContent.String ="0" Then&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.ScrambleField "Field",false&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i accessed the model with a user that was configured with XX= 0 and the result was that&amp;nbsp; sometimes it opened up&amp;nbsp; the model with a scrambled field and sometimes it didn't&amp;nbsp; ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas on how i can scramble a field upon a certain condition ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719737#M1079603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveDocument.ScrambleField "Field" Macro doesnt work</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719738#M1079604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you test in the acces point or in the desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this not using a macro , using a trigger could be easier and it works ok in the desktop and the acces point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;document properties - trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 14:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719738#M1079604</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-07-06T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveDocument.ScrambleField "Field" Macro doesnt work</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719739#M1079605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a trigger that does what? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 14:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719739#M1079605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-06T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveDocument.ScrambleField "Field" Macro doesnt work</title>
      <link>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719740#M1079606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i read some more in the community and i found out that there is a problem with the &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OnOpen Document Event Trigger it doesn't work in AJAX &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; any ideas on how to scramble a field&amp;nbsp; according to your NT user privileges? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 14:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ActiveDocument-ScrambleField-quot-Field-quot-Macro-doesnt-work/m-p/719740#M1079606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-06T14:34:26Z</dc:date>
    </item>
  </channel>
</rss>

