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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
its_anandrjs
Champion III
Champion III

How to enter fake values into qvd.

Dear Friends,

I am take out the QVD from any model with some lines but i dont want to share this data to the user i just only want the data model qvds.

Basic requirement is that i want the fake values into the qvd columns how can i achieve this or any function for this to do the changes.

Regards

Anand

10 Replies
swuehl
MVP
MVP

It's different, because it will scramble numeric values to numeric values, so that you can still e.g. sum() facts. Hash() functions will return character string. I am also not sure which exact algorithm is used to scramble text values, but it's definitely not one of the existing Hash() functions, more like a random character exchange (so it will keep length and case of text values)