I have 2 views in SQL Server I access through ODBC within Crystal Reports. One view takes a total count of vehicles within the organization, the second takes the daily usage of each vehicle. On the report I want to figure out percent utilization of the vehicles, but due to the fact on organization may not have any work one day, I can't use the sum function. Thus the second view that simply has the value 55 in it's result, this being the total # of vehicles. Crystal won't allow me to use this on the report, any ideas?