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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert text to integer

Hello folks.

I'm trying to create a new field for counting unique people in our db. I'm concatenating First Name, Last Name, Carrier, and Birth date.

First Name, Last Name and Carrier are all text fields, and would like to get the numerical value for those fields.

Is this possible?

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

quick shot: try autonumber (see QV Help File for more information).

Rainer

View solution in original post

3 Replies
Not applicable
Author

Hi,

quick shot: try autonumber (see QV Help File for more information).

Rainer

Not applicable
Author

Yes it is possible. The function you are looking for is autonumberhash128(expression {, expression})

or autonumberhash256(expression {, expression}) (which is for a larger number of combinations).

See page 413-415 in the Reference Manual

Not applicable
Author

Works great. Thanks for the help guys.