Izenda BI
4.0
Contents:
Introduction
Installation and Maintenance Guide
Administrator Guide
User Guide
Developer Guide
Interacting with the Izenda API
Full API List
Basic API Client Code Samples
Intermediate API Client Code Samples
ReactJS to manage data sources and data source fields
JavaScript Manage UI Components, Libraries and Unit Tests
Building Report
Data, Tenant, and Role Configuration
Adding User
Embedding Izenda
Export Micro Service
Configuring Natural Language Query
Customizing Your Izenda Instance
Redistributing the Izenda Documentation
System Reference
Frequently Asked Questions
Glossary
Release Notes
Acknowledgements
6 Series Documentation
Izenda BI
»
Developer Guide
»
Intermediate API Client Code Samples
»
Building Report
View page source
Building Report
¶
Build a Generic Report
Prepare an Empty Report Object
Populate Report Name and Categories
Populate selected data sources
Call Save report as draft API
Populate the report parts
Call Save report API
Build a simple Grid
Prepare an empty ReportPartGrid object
Populate selected data sources fields
Update the properties of each field per user selection
Update the properties of the grid in “properties” field per user selection
Back to the step in
Build
a
Generic
Report
Build a simple Chart
Prepare an empty ReportPartChart object
Populate selected data sources fields
Update the properties of each field per user selection
Update the properties of the Chart in “properties” field per user selection
Back to the Save step in
Build
a
Generic
Report
Build a simple Gauge
Prepare an empty ReportPartGauge object
Populate selected data sources fields
Update the properties of each field per user selection
Update the properties of the Gauge in “properties” field per user selection
Back to the Save step in
Build
a
Generic
Report
Build a simple Map
Prepare an empty ReportPartMap object
Populate selected data sources fields
Update the properties of each field per user selection
Update the properties of the Map in “properties” field per user selection
Back to the Save step in
Build
a
Generic
Report
Build a simple Form
Prepare an empty ReportPartForm object
Populate selected data sources fields
Update the properties of each field per user selection
Update the properties of the Form in “properties” field per user selection
Back to the Save step in
Build
a
Generic
Report
Sample Properties for a ReportPartElement