Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

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