index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Microsoft Sql connection ::    show all messagesPost a New Message | Post a Reply
May 18 2006, 11:07 AM
 Re: Microsoft Sql connectionPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

how can achieve the below chart?
y - no of enquiry
x - months (jan, feb, mar...) filter by years



What do you need the advertisers table for? The information you want is in the enquiries table.
As for the month names, you can create (and populate) a new table called Months (MonthNumber, MonthName) and join it with the enquiries table

for SQL Server, your relationship statement might look as shown below:

Month([AWS_Enquiries].[EnquiryDateTime]) = MonthNumber

The create an aggregate report and select a SUM for Quantity


-------------------------
Ghost
Pages: (1)   [1]

search this forum: