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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anjalivnr
Contributor
Contributor

Generate integer based hashed value

Hi ,

My requirement is to generate hashed integer value for my input data. As of now , Im using MD5 hash to produce string based hashed value.

can someone help me on this.

Labels (2)
2 Replies
Anonymous
Not applicable

 

@Anjali Ramesh​ , check the answers on stackoverflow

https://stackoverflow.com/questions/6825714/can-an-md5-hash-have-only-numbers-or-only-letters-in-it

https://stackoverflow.com/questions/46782688/how-to-generate-md5-hash-only-with-numbers-or-only-with-characters-in-java

 

 

Regards

Shong

Anjalivnr
Contributor
Contributor
Author

Thanks! that helps