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/25 00:00] – ↷ Page moved from 3400_how_to:0300_charts:0560_reports to docs:3400_how_to:0300_charts:0560_reports administrator | docs:3400_how_to:0300_charts:0560_reports [2023/03/09 03:57] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | {{tag> |
| [< | [< | ||
| ====== How to use charts in reports ====== | ====== 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 [[2000_concepts: | + | 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:2000_concepts: |
| - | - Define a query to display your chart (see Chart presentation of query results | + | - 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) | - 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 | - 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><< | + | - 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 '' | + | - Write a process that will save the image of the chart in this attribute using the '' |
| - | SAVE SCREEN 'my chart id' TO MyObject.ChartImage | + | DISPLAY DOCUMENT 'My template using chart image' </ |
| - | DISPLAY DOCUMENT 'My template using chart image'</ | + | |