Microsoft PowerPoint Reporting Tool
 

PowerPoint Report Template - Customer Profile

See Microsoft ® PowerPoint ® Report

PPT Report Template - Customer Profile

Function and SQL

/* Customer Profile*/
@F1=Report(slide=2 cell=A2,B3,C3,D3,D4,E3,E4,E5 range=2:5 
group=1 pagebreak=5 reserve=5)
SELECT LEFT(CompanyName,1)
	,CompanyName
	,ContactName
	,'Phone: ' & Phone
	,'Fax: ' & Fax
	,Address
	,CityName & ', ' & CountryName
	,PostalCode
FROM Customers, Cities, Countries
WHERE Customers.CityCode = Cities.CityCode
AND Customers.CountryCode = Cities.CountryCode
AND Customers.CountryCode = Countries.CountryCode
ORDER BY CompanyName

These sample reports are generated by PTReportGen (Report Generator for Microsoft PowerPoint). The sample reports in Microsoft PowerPoint format can be download for your report templates, and changed to adapt to your own needs. It is free.

Download the report samples in Microsoft PowerPoint format  PPT (468KB)

 


Copyright © 2006 LJZsoft Corporation. All rights reserved.