Page 1 of 1

Graph Label Command

Posted: Fri Nov 23, 2018 2:20 pm
by GFXFTS
Hello,

Is it possible to include the current date and/or time stamp in a graph with a command by chance?

Thanks a lot,

Günter

Re: Graph Label Command

Posted: Fri Nov 23, 2018 2:24 pm
by EViews Gareth
Something like:

Code: Select all

%text = "Data as of: " + @strnow("YYYY-Mon-DD") g.addtext(t) {%text}

Re: Graph Label Command

Posted: Fri Nov 23, 2018 3:01 pm
by GFXFTS
Perfect. Thanks a lot, Günter