Viewing 8 posts - 1 through 8 (of 8 total)
Hi Jeff,
Many thanks for posting this. If I could ask how I would go about modifying it to return the correct date and time based on an input of startDateTime...
June 2, 2010 at 3:47 am
Hi Noel,
Looks very interesting (if a little complex for my head). I'll have a go and report back.
Many thanks
Robert
December 14, 2004 at 2:30 am
many invoices depending on selection criteria. Result set contains line items for many invoices. Each line items needs to be assigned with an invoice number. Selected orders by project therefore...
December 13, 2004 at 10:26 am
Step 1 -- Receive selection criteria from Report Engine and parse as parameters into procedure
Step 2 -- Create Select Statement utilitising parameters
Step 3 -- Assign invoice number to each line...
December 13, 2004 at 8:54 am
Yoda - Oh how right you are!
Unfortunatly it is both. These are invoices that are being produced with Crystal and CSV output and inserting into a transaction table. I dont...
December 13, 2004 at 8:19 am
Hi Yoda,
I'd love not to use a cursor. Yes I am aware of UPDATE.
I just want to assign a consequetive number to each row of a temporary table. The number...
December 13, 2004 at 7:58 am
Thanks to all.
I'll read the doc and see if there are better ways to do this. I tried to search for such a document, but could only get the first...
December 13, 2004 at 6:45 am
Hi Kenneth,
The dynamic Select is a collection of IF statments that make up the where clause. I want to assign each project with an invoice number so intend to order by...
December 13, 2004 at 5:36 am
Viewing 8 posts - 1 through 8 (of 8 total)