Skip to content

DOCHART

Used in a JUSTAFTER to open the Chart Wizard to create a chart from the report data.

Reporting Area(s)

CEU Reporting, Deadbeat

Required Parameters

None

Optional Parameters

None

Example(s)

JUSTAFTER('DOCHART()') starts the Chart Wizard after the report runs.

Notes

May require a JUSTDOIT to sum/group data for chart. E.g.

JUSTDOIT('select *,sum(coenrolled) as totbydpt,0 as marker from (cursor5) group by codept order by codept into cursor(cursor5)')