Skip to main content
rameshbabub7775
October 18, 2022
Solved

staging table approach for excel upload and preview in interface before clicking submit button

  • October 18, 2022
  • 2 replies
  • 0 views

hii all

I need to upload a excel sheet as a bulk upload option in a interface and also preview the excel data to user in interface itself before giving submission,

please let me know how to preview the excel data in interface , someone suggested staging table approach , please someone explain how to do this

2 replies

shalinim0003
October 18, 2022

using a!documentViewerField() you can preview your excell . use a local variable to save your uploaded docuemnt and call it inside a!documentViewerField(

docu)

a!documentViewerField(
document: todocument(local!your_localVariable)
)