Forum Replies Created

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

  • RE: sql script for report

    Apologies, this should work.

    select tI.mm/yy,

     Total Loan amount of loans closed,

     Count of loans closed,

     Total Loan amount of Applications,

      Count of applications

    from

    (

    select mm/yy,

     sum(Loan amount) as total...

  • RE: sql script for report

    Try this, I have not tested but nested queries in this situation should work well.

    select mm/yy,

     Total Loan amount of loans closed,

     Count of loans closed,

     Total Loan amount of Applications,

      Count of...

  • RE: Number of working days up to current day

    Thank you master.

  • RE: Crystal Enterprise

    We installed Crystal reports & enterprise connected to a SQL database. Our Crystal enterprise server is running on a separate server. It is working beautifully. We use...

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