Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3400_how_to:0300_charts:0560_reports [2022/08/21 12:10] – ↷ Links adapted because of a move operation administratordocs:3400_how_to:0300_charts:0560_reports [2023/03/09 03:57] (current) sean
Line 1: Line 1:
-{{tag>Manuals How_To Charts Queries}}+{{tag>Manuals How_To Charts Query}}
 [<10>] [<10>]
 ====== 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 reports in the [[docs:1300_user_guide|Aware IM User Guide]]. To use images of online charts in your reports or documents do the following:+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:0900_prod_feats:0200_working_with_docs_reports|reports]]. To use images of online charts in your reports or documents do the following:
  
-  - Define a query to display your chart (see Chart presentation of query results in the User Guide+  - Define a query to display your chart (see [[docs:2500_config_apps:1100_add_edit_queries:0200_display_results:0400_chart_presentation|Chart presentation of query results]]
   - 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><<MyObject.ChartImage>></code> +  - Create a document template that would use this attribute in a tag expression, for example <code aim><<MyObject.ChartImage>> </code> 
-  - Write a process that will save the image of the chart in this attribute using the ''[[docs:3100_actions:0430_save_screen|SAVE SCREEN]]'' action (see the User Guide for details) and display the document template, for example:<code aim> +  - Write a process that will save the image of the chart in this attribute using the ''[[a_f:a:save_screen|SAVE SCREEN]]'' action and display the document template, for example:<code aim>SAVE SCREEN 'my chart id' TO MyObject.ChartImage 
-SAVE SCREEN 'my chart id' TO MyObject.ChartImage +DISPLAY DOCUMENT 'My template using chart image' </code>
-DISPLAY DOCUMENT 'My template using chart image'</code>+
  
  
  
  • Last modified: 2022/09/13 18:10