Focal Point
Using a data field in chart title or subtitle

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9561087992

September 18, 2008, 02:22 PM
SRC
Using a data field in chart title or subtitle
I'm using Graph Assist within PDF Layout and the customer wants the chart title and subtitle to come from a field in the Oracle table. I don't see an easy way to do this in either Graph Assist or Advanced Graph. I can read the table, store the chart tile in a variable and then build a line like this:

-SET &MKTTL='setTitleString("' | &MKT_TITLE | '");';

I then substitute the variable in the code. But this disables ever opening it in PDF Layout or Graph assistant again and that's no good.

Thanks..........Steve


Dev Studio /7.6.11/7.7.02M
MVS/USS
AIX/SOLARIS
Windows WF Client 7.6.8/7.6.11
September 18, 2008, 02:46 PM
FrankDutch
quote:
setTitleString



If you open your source you can put the string

setTitleString('&MKT_TITLE.EVAL') in the code.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7