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: 
Not applicable

AUTONMBER hash task?

i  have usedin this application autonumber function and autonumberhas128,256 but

it is giving same result no change in output . then what is the difference between autonumber function

and autonumberhas128,256 ? and when to use each one ?

1 Solution

Accepted Solutions
Not applicable
Author

2 Replies
Not applicable
Author

got it

its_anandrjs
Champion III
Champion III

Hi,

autonumberhash128

It calculates a 128-bit hash of the input key combination. This function can be used e.g. for creating a compact memory representation of a complex key.

autonumberhash256

Calculates a 256-bit hash of the combined input input combination. This function is only available as a script function.


Both are returns Integer values for the combination of the input Key.


Regards

Anand