Command-line graphing @ native frequency
Posted: Wed May 25, 2011 7:26 am
These commands, issued in a page with a quarterly frequency,
result in a graph in which both series are graphed at their native frequency (the default). However these commands:
result in both series being graphed at a quarterly frequency. Is there any way to apply a function like this to a linked object and have it graphed at its native frequency?
Code: Select all
link ehhcfe1.linkto Annual\ehhcfe
graph ehhc_lc1.line lcfe ehhcfe1Code: Select all
link ehhcfe1.linkto Annual\ehhcfe
graph ehhc_lc1.line @pcy(lcfe) @pcy(ehhcfe1)