Izenda 6.3 Top
10 New Features and Capabilities
1. Izenda Maps Add-On
The Izenda Maps add-on allows rapid visualization of geographic or geo-spacial data. It is fully integrated with the the rest of Izenda report package and adds a Maps tab which allows users to add interactive maps to their reports. Contact your representative or
[email protected] for limited time discounts.
Izenda Maps even has rich drill-down capabilities that allow you to dive deeper with a simple hover (also requires dashboards).
2. Streamlined Pie Charts with "Other" Slices
The advanced properties of the Pie Chart now allows you to combine the smaller slices into a single "Other" slice.
This reduces the visual complexity without throwing off the scale of the chart. Compare the difference below.
3. Combined Bar + Line Charts
The Bar chart now allows dual visualization of multiple metrics simultaneously by adding a line for secondary data.
Enabled via AdHocSettings.AllowLineOnBar = true;
4. Stacked Bar Charts
The stacked bar chart lets you see a breakdown of a measure based on categorical data. It is enabled with the following code.
AdHocSettings.AllowStackedBarChart = true;
5. Self-Joining Data Sources
The self-join features allows for parent-child relationships to be accessed from the Data Sources tab.
The same table can be used as a secondary child table within the Report Designer.
6. Report Design From Dashboard View
Dashboards now sport both view and design icons to allow quick access to both.
7. Field Arithmetic on Dates
Differences between dates can now be used as measures with the arithmetic feature.
8. Simplified Multi-Tenancy
Integrating with multi-tenant systems is now easier than ever. The following APIs have been added to facilitate common scenarios.
AdHocSettings.CurrentUserTenantId = value;
AdHocSettings.SchedulerTenantID = value;
AdHocSettings.SchedulerTenantField = "AccountID";
9. Support For SQL 2008 R2 and SQL Azure
Izenda now supports the latest version of Microsoft's database as well as the SQL Azure service.
10. Enhanced Performance and Compatibility for Stored Procedures
Izenda now supports more stored procedures than ever and runs them faster too.