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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
capriconuser
Creator
Creator

Auto generate number

in this script i want ID which is auto -generate how i do this ?

INPUTFIELD Amount1,Amount2;

Dataa:

LOAD * INLINE [

   Name1, Sales1, Group1

    aname, 24, x

    dname, 26, x

    gname, 57, x

];

Left Join (Dataa)

Load *,

Sales1 As Amount1,

'' As Amount2

Resident Dataa;

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

RecNo() as Id