Page 1 of 1

Graphs command and functions

Posted: Tue Nov 24, 2015 12:24 am
by johansamuelsson
Hi

It would be a great improvment if it would be possibly to use functions in graphs-command when calling data from different pages

For example

Code: Select all

Graph g2.line @Pc(q1\a) @Pc(q2\b)
Full code

Code: Select all

WfCreate(page=q1) q 2010 2015 Series a = Nrnd PageCreate(page=q2) q 2010 2015 Series b = Nrnd ' Works Graph g1.line q1\a q2\b ' Do not works Graph g2.line @Pc(q1\a) @Pc(q2\b)
Regards Johan