Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scrambling fields for AccessPoint

Is there any way to scramble fields for certain users in access point for a qvw without having to create a separate qvw?

3 Replies
Anonymous
Not applicable
Author

We scramble based on user id and through a marco that is kicked off via  'on open'.

The code we use in the Macro is basically:

     ActiveDocument.ScrambleField."EnrolLastName", false

The macro code is specific to our environment, but you should be able to come up with a solution.   We basically have a list of UserId's with Flags as to whether certain information should be scrabled for each user.

JS

Not applicable
Author

Where are you using the macro?

Anonymous
Not applicable
Author

In the analytic that you are trying to restrict / Scramble data.