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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create column in table loaded

I loaded a table from a TXT file delimited by semicolons. This done, I need to insert an additional column in the generated table and insert unique values to it. How do?

1 Reply
maxgro
MVP
MVP

load

    ..,

    yourfield,

    ....,

   rowno()     // additional column

from

    yourtxt