Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
qliksus
Specialist II
Specialist II

Regarding creation of new dimension

Hi,

I have a dimension Letter which contains values Like abc,bce,awh,.................. etc.

I want to give numbering to all these field values abc,cde,efg,awg,...........etc

My required dimension look like

Lettet, Numbering

abc,1

abc,1

cde,2

awg,3

Can anyone helpme how to create the numbering dimension in script label without hardcoding?????

1 Solution

Accepted Solutions
prieper
Master II
Master II

Hi,

you mentioned it already: AUTONUMBER() should be the keyword to check in the OL-Help (along with AUTONUMBERHASH ... etc)

HTH
Peter

View solution in original post

2 Replies
prieper
Master II
Master II

Hi,

you mentioned it already: AUTONUMBER() should be the keyword to check in the OL-Help (along with AUTONUMBERHASH ... etc)

HTH
Peter

qliksus
Specialist II
Specialist II
Author

Thank u Peter. it works fine.