Hi All,
I want to add date and time in format like filename_ddmmyyyy_HHMISS when user click on download button from action on interactive grid report?
I try to created one hidden button on global page and on page load create JavaScript code on page load with interval 1 sec to capture date and time in field and pass that field on report filename attribute but issue is that on session value set only first time when page load that why not store after every 1 sec until page submit.
Is there a way when user click on download button from action button then that exact time i stored and pass on filename?
Please any suggestion?