Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3400_how_to:0300_charts:0560_reports [2022/08/21 12:10] – removed - external edit (Unknown date) 127.0.0.1 | docs:3400_how_to:0300_charts:0560_reports [2023/03/09 03:57] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ====== How to use charts in reports ====== | ||
| + | |||
| + | You can either use “chart report elements” or use images of online charts. For the description of the chart report elements please refer to the documentation of [[docs: | ||
| + | |||
| + | - Define a query to display your chart (see [[docs: | ||
| + | - When defining chart properties of the query specify a unique id of the chart (can be any string) | ||
| + | - Define an attribute of the Picture type in some object to store the image of the chart | ||
| + | - Create a document template that would use this attribute in a tag expression, for example <code aim><< | ||
| + | - Write a process that will save the image of the chart in this attribute using the '' | ||
| + | DISPLAY DOCUMENT 'My template using chart image' </ | ||
| + | |||
| + | |||