Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

scrambling fields post reload


Is there a way to scramble fields automatically post reload?

can this be done in the module? can someone post some code I could use?

Thanks

3 Replies
wms_manis
Partner - Contributor III
Partner - Contributor III

What are you trying to scramble?  Instead of scrambling, why not try to use a mapping load and an apply map to put in different descriptions on the field you are trying to scramble?

rustyfishbones
Master II
Master II

You can use

HASH128(YourField)

or

HASH160(YourField)

or

HASH256(YourField)

Not applicable
Author

Go to document properties and the scrambling tab. Select which field you want to scramble.

Good Luck