Insert Today date in Graph Title automatically using script
Hi, I want to insert today date in Graph title.The script run daily, so I want the title date change with run date. I add script below but it didn't work.Any idea how to insert today date in the graph title? SendToReport(
Dispatch(
{},
"Distributions",
OutlineBox,
{Set Title( "Distributions of last 30 days as of" & Today() )}
The log: