Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

What do I do if I have complex table names not suitable for...

Expand / Collapse
 

What do I do if I have complex table names not suitable for users?


The best way to present your users with a friendly and descriptive representation of your database is to create VIEWs. Reports can be configured to only look at your views with the ViewsOnly or VisibleDataSources setting.

See the security guide for more details on how to hide data sources.

Example SQL

CREATE VIEW Countries AS SELECT
[System_Internal_Country_Name] AS [CountryName]
FROM [Country]



Details
Type: FAQ
Options