Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Autonumber in qlikview

Hi ,

please provide me some information .

Autonumber(company&'#' &department) as link

WHat does autonumber do in the above expression

Thanks in advance

3 Replies
sunny_talwar

It will create a unique number for each unique instance of company&'#'&department. For instance if you have a table like this:

companydepartmentAutoNumber(company&'#'&department)
AFinance1
AMarketing2
AOperations3
BFinance4
BMarketing5
BSales6
AOperations3
CFinance7
BSales6

I hope the above example will help.

Best,

Sunny

sunny_talwar

Also find the above example in a qvw file (PFA)

Best,

Sunny

MarcoWedel

Hi,

alternatives could be:

AutonumberHash128(company, department) as link


or


AutonumberHash256(company, department) as link

hope this helps


regards


Marco