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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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