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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replace with Pseudo id

Hi,

I am a very long string ID, which are the identifiers.

IDTimeField1Field2New ID
String a09:00:00 AM

1
String a09:30:00 AM

1
String a10:00:00 AM

1
String b09:00:00 AM

2
String b09:00:00 AM

2
String c09:00:00 AM

3
String a10:15:00 AM

1

How can i replace the string IDs to a shorter version (as shaded)?

1 Solution

Accepted Solutions
kumarnatarajan
Partner - Specialist
Partner - Specialist

hi,

use below mentioned syntex in your load script

AutoNumber(ID) as [New ID]

View solution in original post

1 Reply
kumarnatarajan
Partner - Specialist
Partner - Specialist

hi,

use below mentioned syntex in your load script

AutoNumber(ID) as [New ID]