Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scramble Macro

Good day guys,

I am looking for a macro to scramble fields inside my QlikView model.

Once the model gets reloaded an event trigger will be executed which executes a macro to scramble certain fields before saving the model.

Your assistance will be greatly appreciated.

Thanks,
Marius

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi guys,

Nevermind. I have figured it out.

Sub Scramble

ActiveDocument.ScrambleField "Field",false

End Sub

Thanks,
Marius

View solution in original post

1 Reply
Not applicable
Author

Hi guys,

Nevermind. I have figured it out.

Sub Scramble

ActiveDocument.ScrambleField "Field",false

End Sub

Thanks,
Marius