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.

You can download a full time-limited trial version here. Or, email a CSV file to data@izenda.com and our sales team will create several complementary reports on our demo environment.

All fields are required.

How do I create a field with today's Date?

Expand / Collapse
 

How do I create a field with today's Date?


This can be done through a view:

Here is an example where

Sample is the ViewName, Orders is a table in the database, and CurrentDate is the field

Create view Sample as
select
getdate() as CurrentDate
from Orders
Go


Details
Type: FAQ
Options