GRAPHLINE displays a saved Line graph in the cell.
SYNTAX:
GRAPHLINE(GraphId, GroupOffset/StartDate,Grouping/EndDate, HideTitle, HideSubTitle, HideLegend)
GraphId: The Id of the Line Graph. (Table Chart, field ID)
GroupOffset/StartDate: Used with the Grouping parameter to set the dates to calculate the stat for. Sets the number of Groups (set by the Grouping Parameter) to be added to set the dates. See examples below. If this field is a date string (i.e. "07/16/2004") or refers to a cell with a date in it, it is assumed to be the start date to calculate the stat for.
Grouping/EndDate: Used to set which dates to calculate the stat for. If the Grouping is a date literal string (i.e. "07/16/2004") or refers to a cell with a date in it, it is assumed to be the end date to calculate the stat for. Common Groupings are:
"D" Days
“M” Monthly
"R" Report Dates
Click here for available Grouping options
HideTitle: Set to 1 to hide the Title from the graph output.
HideSubTitle: Set to 1 to hide the Subtitle from the graph output.
HideLegend: Set to 1 to hide the Legend from the graph output. (Note: legend is always hidden if graph contains only 1 line/variable)
EXAMPLES:
GRAPHLINE(27,1,"R",0,0,0) - Display Line graph Id 27 for the report dates.