Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Want to Calculate Business Working hours

    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...

  • RE: declare cursor with dynamic Select

    Hi Noel,

     

    Looks very interesting (if a little complex for my head). I'll have a go and report back.

    Many thanks

    Robert

  • RE: declare cursor with dynamic Select

    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...

  • RE: declare cursor with dynamic Select

    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...

  • RE: declare cursor with dynamic Select

    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...

  • RE: declare cursor with dynamic Select

    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...

  • RE: declare cursor with dynamic Select

    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...

  • RE: declare cursor with dynamic Select

    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...

Viewing 8 posts - 1 through 8 (of 8 total)