Hi Bob,
Adding the 3 includes worked well, thank you very much.
The first sort field is indeed a dimension.
I'm curious about the various variables that are respected by the PMF_BOOKLET_DATA module.
So far I think I know what these do:
-SET &RPT_TYPE='MEASURES'; indicates if you are reporting on measures or objectives or perspectives
-SET &TIME_RANGE='12MM'; what time range will this data span?
-SET &SORTBY1='HUB_2'; First By Field; dimension name
-SET &SORTBY1_LVL_OUT='4'; First By Field; Level of dimension to use
-SET &SORTBY2='TIME'; Second By Field, indicating Time dimension
-SET &SORTACROSS='TIME_LEVEL03_VALUE'; indicates the field to use as the across
-SET &RPT_FLDIN01='VAL_ACTUAL'; displays actual number only
-SET &RPT_FLDIN02='VAL_TARGET'; displays target only
-SET &RPT_FLDIN03='PCTRCH_TARGET'; displays percent reached to the target
-SET &REPORT_TITLE='Actual VS Target'; title shown for the report when it's drilled upon
-SET &WFFMT='HTML'; output format
-SET &THIS_FOCEXEC='PMF_BOOKLET_DATA'; when viewing source, this is handy
I've also seen these, and I'm not really sure what function they serve:
-SET &INWH33='0';
If possible, I would love a complete list of variables that I could use, and I would extremely love a list of variables with descriptions of what they do.
Cheers,
Joey
-WebFOCUS 8.2.01 on Windows