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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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