index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Sep 26 2005, 9:12 AM |
| ||||||
MindTelligent since: May 10, 2005 from: El Dorado Hills, CA | Greetings, I have a specific sets of reports we are building for a customer. The single record in the SQL SERVER table looks like Yards Start Date End Date Number of Days ----- ---------- -------- -------------- 1000 10/01/2005 10/04/2005 4 I need the ASPReportsWizard to divide the Yards by Number of days and generate the data for 4 days as follows On Start Date 10/01/2005 report, 250SY On Start Date 10/02/2005 report, 250SY On Start Date 10/03/2005 report, 250SY On Start Date 10/04/2005 report, 250SY Any pointers on how we can accomplish this, will be very helpful. | ||||||
Sep 26 2005, 1:54 PM |
| ||||||
whichman from: Laurel, MD | You can always use the [sql][/sql] tags in your TextReplacement to perform processing within your database. e.g. [sql]Yards/NumberOfDays[/sql] will return the Yards divided by the number of days ------------------------- Master of the Game | ||||||
Pages: (1) [1] |