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: 
Not applicable

View archive Excel Load and date

Hi guys

I need you help to view Excel load in dashboard like a simple table with rows number and date of last update

Regards

Thanks

Denny

2 Replies
prieper
Master II
Master II

Hi,

You may add to your script a few lines with RECNO()- and FILETIME()-functions

HTH
Peter

stephencredmond
Partner - Specialist II
Partner - Specialist II

Hi,

Not sure exactly what you want but the RowNo() function will allow you to create a Row Number by adding it to your load. You can also display the last load date/time in the document with the function ReloadTime().

Stephen