NEOreporting is a tool designed to convert
a Word document with markup
to a document with charts, tables or data values.
It takes data from NEO reports with various custom options on how to present the data. NEOreporting is highly customisable and easy to use, create and publish Word documents.
In the image on the left, you can see a sample Word document with markup specifying which NEO reports to run and what parameters to use and whether to insert as chart, table or value. In the image on the right, you can see the generated report
with the resulting chart, table and values.
Create template using Microsoft Word.
Easily create templates with simple code tags.
Get information from your database, connected via NEO.
Create documents based on alerts or fixed schedule.
When a NEO reporting template is uploaded to NEO, the markup commands will be replaced by charts table or values as appropriate. All commands are contained within double arrows. The available commands are chart, table, addtotable, using and value. The way to run NEO Reporting is to either use:
The following are additional chart commands:
<<chart report='Services\NeoPoint\NeoMobile for NeoPoint\Prices\Regions Prices' , instances=NSW1,from ='2010-01-01' ,period=ThreeDays, w=1900, h=1250>>Example below shows on how to include a chart with a particular theme
<<chart report='Australia\MMS R6\Dispatch\1 Price, Demand, Flows\5 InterconnectorFlows\Interconn Flow, Limits, Constraints 5min' , instances='N-Q-MNSP1' ,from='2015-01-01' ,period=ThreeDays, w=1900, h=1250, theme='NEO Themes\Web - Dark'>>
The following are additional table commands:
<<using name='RegionDemandReport' , report='Australia\MMS R6\Dispatch\1 Price, Demand, Flows\2 Demand\1_Region\Region Demand ALL 30min' ,from='2010-01-01' ,period=Daily>>
<<table using=RegionDemandReport ,s=0>>
The following are additional addtotable commands:
<<using name='RegionDemandReport' , report='Australia\MMS R6\Dispatch\1 Price, Demand, Flows\2 Demand\1_Region\Region Demand ALL 30min' ,from='2010-01-01' ,period=Daily>>
<<addtotable using=RegionDemandReport ,s=0>>
Date time | Demand 30 min |
---|---|
--- | --- |
The following are additional using commands:
<<using name='RegionDemandReport' , report='Australia\MMS R6\Dispatch\1 Price, Demand, Flows\2 Demand\1_Region\Region Demand ALL 30min' ,from='2010-01-01' ,period=Daily>>
The following are additional value commands:
<<using name='RegionDemandReport' , report='Australia\MMS R6\Dispatch\1 Price, Demand, Flows\2 Demand\1_Region\Region Demand ALL 30min' ,from='2010-01-01' ,period=Daily>>
<<value using=RegionDemandReport, s=0,c =1,r =0>>