Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
Is there any way we can display current time (like now()) when user exports the table.
or is it possible to show current time (like now()) in current selections. We can't keep now() in charts as it is taking long time when exporting.
-Priya
May be use a Macro for exporting and then use Excel to create a timestamp while exporting?
Is there any other work around... Can you please share any macro you have.
Are you also exporting current selection box ? You can write expression for it's title like:
='Current Selections : Time :' &Now()
While exporting any table, default current selections will come automatically but not the header of current selection box,
What is the procedure you are following to export the chart?