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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
srihitha
Contributor III
Contributor III

view complete data of tables

Where can I view complete data of tables(all the records, not just preview of data) created in data load editor script.

Labels (4)
1 Reply
marcus_sommer

It could be done with a table-box in the UI. Important is that there is an unique ID included. If none exists you could create one within the load with: rowno() as RowNo

- Marcus