Forum Replies Created

Viewing 15 posts - 46 through 60 (of 103 total)

  • RE: DTS scheduling fails

    Hi Deepti

    I was having the same problem but it happened when i select default default database in coonection property box but when i select my database name it works fine....

  • RE: How to convert mailed excel sheet into a table

    Thanks Andrew

    We are also using internal e-mail. Could you provide activeX code for this task.

    Regards

     

     

  • RE: Is it possible input anything by user.........

    Is there any other way to do this thing

    Regards

     

  • RE: Is it possible input anything by user.........

    Thanks for reply. At present i am working like but i need to store all promotion code in a table so that product manager can see this later also by selecting...

  • RE: Is it possible input anything by user.........

    Hi Prasad

    Yah that is what i am trying to do..........

    It is possible to do with VB form. Actually reporting services is totally new for me so not sure how to...

  • RE: How to hide a report

    Thanks a lot...

    I checked so many times properties everytime missed that check box.

    Thanks once again

  • RE: How to hide a report

    Hi Mike

    Thanks for reply but could explain bit more i am a new user so not able to understand.

    Regards

  • RE: Pass parameter to procedure

    Thanks a Lot Stuart

    It was a only one click because i have not selected the option store procedure but your post helped me to sort the problem , it's working...

  • RE: Query for calculating sum of negative and +ive value.

    Hi Sergiy

    Thanks a lot it's working now. Yah you are right my ID field is not actually Unique. After reading your post i checked my ID field and find out...

  • RE: Query for calculating sum of negative and +ive value.

    Thanks a lot For reply

    Table data which i posted is only a sample data i have arround 40,000 lines for this set of customers.

    Total for debit note for customer code 'DA55' with...

  • RE: Query for calculating sum of negative and +ive value.

    Here is the sample data :-

    CustomerDateInvoicedInvoiceNumber

    September 13, 2006 at 7:02 am

    #660076

  • RE: Query for calculating sum of negative and +ive value.

    Sorry, query is right and it's running well but output means total sum is not right.

    it is sales table so one field has credit and debit entries both.

  • RE: Query for calculating sum of negative and +ive value.

    Thanks for reply

    But not working output is not right. Any other ideas please..........

  • RE: Parameter Selection

    I have tried that but not working. I don't have any null value in my table.

  • RE: Parameter Selection

    Thanks for reply

    This is my query.

    SELECT     NewSalesTeam.Division, NewSalesTeam.Team, NewSalesTeam.Salesperson, Totalsale.TotalSales, YS.YesterdaySales, Noofoorders.NoOfCustomer,

                          Noofoorders.NoOfOrders, Noofoorders.TotalOrderLine, Totalsale.TotalSales / Noofoorders.NoOfOrders AS AvgTransaction, Totalsale.TotalCost

    FROM         NewSalesTeam LEFT OUTER JOIN

                          Noofoorders ON NewSalesTeam.Salesperson =...

  • Viewing 15 posts - 46 through 60 (of 103 total)