index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Date manipulation / If else checks in the reports :: (2)Post a New Message | Post a Reply
Sep 26 2005, 9:12 AM
 Date manipulation / If else checks in the reportsPost a Reply
 MindTelligent

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

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
 Re: Date manipulation / If else checks in the r...Post a Reply
 whichman

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

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]

search this forum: