Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

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