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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add a new column in the script


I am trying to add a column to a table in the script to add a distinct value so I can show all lines in a table box. I am thinking of adding a column with numbers 1,2,3,4... how do I do that in the script?

Labels (1)
1 Reply
ramoncova06
Partner - Specialist III
Partner - Specialist III

do you mean something like using rowno ?


load

*,

Rowno() as RowNumber

from table.qvd